seeing temp datafiles
694352Apr 8 2009 — edited Apr 9 2009Hi
I want to see my datafiles in my temp tablespace, but cant see with the following query..
What might be the reason?
Oracle 9i
SELECT tablespace_name, file_name, bytes
FROM dba_temp_files WHERE tablespace_name = 'TEMP';
no rows returned