概述
一 问题描述
用expdp备份报错:
[oracle@MOD-ORACLE-01 ~]$ expdp scott/tiger schemas=scott directory=BAKDIR tables=dept file=dept.dmp
Export: Release 11.2.0.4.0 - Production on 星期一 5月 31 15:29:14 2021
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
UDE-00010: 已请求多个作业模式, schema 和 tables。
[oracle@MOD-ORACLE-01 ~]$ expdp scott/tiger directory=bakdir tables=dept file=dept.dmp
Export: Release 11.2.0.4.0 - Production on 星期一 5月 31 15:29:27 2021
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: 操作无效
ORA-39070: 无法打开日志文件。
ORA-39087: 目录名 BAKDIR 无效
二 出错原因
该备份用户没有对目录的操作权限
三 解决办法
grant read,write on directory bakdir to scott;
最后
以上就是繁荣大雁为你收集整理的ORA-39087 目录名无效一 问题描述二 出错原因三 解决办法的全部内容,希望文章能够帮你解决ORA-39087 目录名无效一 问题描述二 出错原因三 解决办法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复