2009年1月5日
摘要: 一概述: exp和imp工具是oracle一直以来都提供的逻辑导入导出工具---original! 二基本用法 exp user/password@tns [full|owner|tables|tablespaces|transport_tablespace] file= rows= imp user/password@tns [full|owner|tables|tablespaces|tr... 阅读全文
posted @ 2009-01-05 13:53 jinzhenshui 阅读(312) 评论(0) 推荐(0)
摘要: 一概述。从oracle10g起新增的工具。 expdp:导出数据库库对象到文件 impdp:从文件或其他oracle数据库导入数据库对象 二基本用法: expdp user/password@tns [full|schemas|tables|tablespaces|transport_tablespaces] directory= dumpfile= sample= include= exclud... 阅读全文
posted @ 2009-01-05 13:16 jinzhenshui 阅读(453) 评论(0) 推荐(0)