ORA-39087 目录名无效
Posted 雅冰石
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORA-39087 目录名无效相关的知识,希望对你有一定的参考价值。
一 问题描述
用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 目录名无效的主要内容,如果未能解决你的问题,请参考以下文章