2012年11月14日
摘要: 导入导出命令imp、expexp help=y 查看帮助,只导表结构需加参数rows=n1 将数据库TEST完全导出,用户名system 密码manager 导出到D:\daochu.dmp中exp system/manager@TEST file=d:\daochu.dmp full=y2 将数据库中system用户与sys用户的表导出exp system/manager@TEST file=d:\daochu.dmp owner=(system,sys)3 将数据库中的表table1 、table2导出exp system/manager@TEST file=d:\daochu.dmp t 阅读全文
posted @ 2012-11-14 12:01 ourstory is on the road 阅读(373) 评论(0) 推荐(0) 编辑