猿问
如何查看oracle数据文件的地址
如何查看oracle数据文件的地址
郎朗坤
浏览 614
回答 1
1回答
阿波罗的战车
以sys或system用户登录查看表空间物理文件的名称,路径及大小??select tablespace_name, file_id,file_name,round(bytes/(1024*1024),0) total_space from dba_data_files order by tablespace_name;
0
0
0
随时随地看视频
慕课网APP
相关分类
Oracle
我要回答