如何查看oracle數(shù)據(jù)文件的地址
1 回答

阿波羅的戰(zhàn)車
TA貢獻1862條經(jīng)驗 獲得超6個贊
以sys或system用戶登錄
查看表空間物理文件的名稱,路徑及大小
??
select tablespace_name, file_id,file_name,
round(bytes/(1024*1024),0) total_space from dba_data_files order by tablespace_name;
- 1 回答
- 0 關(guān)注
- 638 瀏覽
添加回答
舉報
0/150
提交
取消