摘要: --Orcle导入导出dmp文件--------------------------2013/12/06导出表:exp scott/tiger@mycon tables=(dept,emp) file=tab1.dmp导出用户:exp system/manager@mycon owner=scott file=usr1.dmp导出数据库:1.完全导出exp system/manager@mycon full=y inctype=completefile=full1.dmp2.增量导出exp system/manager@mycon full=y inctype=incremental file 阅读全文
posted @ 2013-12-06 14:15 胡.杰 阅读(326) 评论(0) 推荐(0) 编辑