Oracle数据库命令大全.docxVIP

  • 47
  • 0
  • 约8.21千字
  • 约 7页
  • 2018-04-18 发布于河南
  • 举报
Oracle数据库命令大全

Oracle数据库导入导出命令(备份与恢复)Toad 一个很好的oralce数据库操作与管理工具,使用它可以很方便地导入导出数据表,用户以及整个数据库。 今天在这里主要讲一下用命令行来操作oracle数据导入和导出:备份数据1、获取帮助: exp help=y2. 导出一个完整数据库 exp user/pwd@instance file=path full=y 示例:exp system/system@xc file = c:/hehe fill =y3 、导出一个或一组指定用户所属的全部表、索引和其他对象 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=uep4、导出一个或多个指定表 exp system/manager file=tank log=tank tables=(seapark.tank,amy.artist) 示例:exp system/system@xc file=c:/heh tables=(ueppm.ne_table)恢复数据1. 获取帮助imp help

文档评论(0)

1亿VIP精品文档

相关文档