Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot find any temporary tablespace

Christian PitetFeb 11 2021 — edited Feb 11 2021

Hi,
I am using Oracle12.1. I was wondering if the temporary tablespace is corrupted. But when I try to find it I get no results from this queries :
SQL> select * from dba_temp_files;
no rows selected.
SQL> select * from v$tempfile;
no rows selected.
Is this normal ? Is there another query to use ?
Regards,
Christian

This post has been answered by Kamran Agayev A. on Feb 13 2021
Jump to Answer
Comments
Post Details
Added on Feb 11 2021
8 comments
2,242 views