Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / System Tables Data Dictionary
 

Query Tablespace Information

SQL>  select *  from dba_tablespaces;  -- Tablespace Information   2