1. 程式人生 > >Oracle中查詢當前資料庫中的所有表空間

Oracle中查詢當前資料庫中的所有表空間

直接上命令: 

SQL>col file_name for a60;
SQL>set linesize 160;
SQL>select file_name,tablespace_name,bytes from dba_data_files;

效果圖如下: