
sql plus数据库怎么导出文件
展开全部
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)
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)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询