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!
how to check temp tablespace auto extent or not..?
select TABLESPACE_NAME, FILE_NAME,AUTOEXTENSIBLE,MAXBYTES from dba_Data_files;
above query not giving about temp tablespace autoextent or not, can anyone let me know ,how to check tablespace..?