Answers for "show datafile in tablespace oracle"

SQL
1

oracle list datafiles in tablespace

SELECT * FROM DBA_DATA_FILES WHERE TABLESPACE_NAME = 'tbs_name' ORDER BY FILE_NAME;
Posted by: Guest on July-20-2021

Code answers related to "show datafile in tablespace oracle"

Code answers related to "SQL"

Browse Popular Code Answers by Language