Detect the content of the TEMP-Tablespace
i have a Database with a 29 GB big Temp-Tablespace.
It is used 0%.
Now i want to shrink the tablespace.
It is not possible -> "ORA-03297- File Contains used data beyond requested RESIZE value"
So i want to drop and recreate the Tablespace.
But there are still data in the Tablespace.
Can i detect the content of this Tablespace?
Thanks a lot!