摘要: 在exp语句后面增加 direct=N exp 中direct 参数默认为N , 即采用普通路径导出,和使用程序导出恢复数据一样,和执行其他查询一样, 从磁盘和高速缓冲区读取数据, 从那里,数据被移到一个工作区,在工作区,行被提出来, 检查和查询中的where子句是否匹配,然后将数据送到导出程序。 阅读全文
posted @ 2016-04-06 14:43 祥翔祥 阅读(2292) 评论(0) 推荐(0)
摘要: select tablespace_name, file_id, file_name,round(bytes/(1024*1024),0) total_space from dba_data_files order by tablespace_name select tablespace_name, 阅读全文
posted @ 2016-04-06 11:55 祥翔祥 阅读(161) 评论(0) 推荐(0)