expdp impdp dump参数介绍.docVIP

  • 4
  • 0
  • 约7.76千字
  • 约 9页
  • 2017-05-11 发布于河南
  • 举报
expdp impdp dump参数介绍

expdp impdp dump参数介绍 Oracle expdp impdp dump参数介绍 一、创建逻辑目录,该命令不会在操作系统创建真正的目录,最好以system等管理员创建。 create directory dpdata as /opt; 二、查看管理理员目录(同时查看操作系统是否存在,因为Oracle并不关心该目录是否存在,如果不存在,则出错) select * from dba_directories; 三、给scott用户赋予在指定目录的操作权限,最好以system等管理员赋予。 grant read,write on directory dpdata1 to scott; 四、导出数据 1)按用户导 expdp scott/tiger@orcl schemas=scott dumpfile=expdp.dmp DIRECTORY=dpdata1; 2)并行进程parallel expdp scott/tiger@orcl directory=dpdata1 dumpfile=scott3.dmp parallel=40 job_name=scott3 3)按表名导 expdp scott/tiger@orcl TABLES=emp

文档评论(0)

1亿VIP精品文档

相关文档