1、获取帮助:
exp
help=y
2. 导出一个完整数据库
exp user/pwd@instance
file=path full=y
示例:exp
system/system@xc file =
c:/hehe full =y
3 、导出一个或一组指定用户所属的全部表、索引和其他对象
exp
system/manager file=seapark log=seapark owner=seapark
exp
system/manager file=seapark log=seapark
owner=(seapark,amy,amyc,harold)
示例:exp
system/system@xc file=c:/hehe
owner=uep
4、导出一个或多个指定表
exp
system/manager file=tank log=tank
tables=(seapark.tank,amy.artist)
示例:exp
system/system@xc file=c:/heh
tables=(ueppm.ne_table)
5、导入一个数据库文件
imp username/password@orcl
file=F:/work/ahsxmgl/db/ahsxmgl0630.DMP full=y
加载中,请稍候......