What view would you use to determine free space in a tablespace?
DBA_FREE_SPACE
What view would you use to look at the size of a data file?
DBA_DATA_FILES.
SQL> select bytes,file_id from dba_data_files
DBA_FREE_SPACE
What view would you use to look at the size of a data file?
DBA_DATA_FILES.
SQL> select bytes,file_id from dba_data_files
No comments:
Post a Comment