如何查看oracle数据文件的地址?

 查看方法:
  以sys或system用户登录查看表空间物理文件的名称,路径及大小:
 select tablespace_name, file_id,file_name,
 round(bytes/(1024*1024),0) total_space
 from dba_data_files order by tablespace_name;

posted @ 2012-12-08 11:21  Mr zhao  阅读(650)  评论(0编辑  收藏  举报