oracle tablespace autoextend

Solutions on MaxInterview for oracle tablespace autoextend by the best coders in the world

showing results for - "oracle tablespace autoextend"
Isadora
18 Mar 2017
1SELECT FILE_NAME, TABLESPACE_NAME, AUTOEXTENSIBLE
2FROM DBA_DATA_FILES WHERE AUTOEXTENSIBLE = 'YES'
3ORDER BY TABLESPACE_NAME, FILE_NAME;