ORA-39002: invalid operation

来源:互联网 发布:less 1.4.2.min.js 编辑:程序博客网 时间:2024/06/01 08:28
今天有个同事使用expdp时报错:
ORA-39002: invalid operationORA-39070: Unable to open the log file.ORA-29283: invalid file operationORA-06512: at "SYS.UTL_FILE", line 475ORA-29283: invalid file operation
发现原因如下:
SQL> create or replace directory dpdata 2    as '/home/oracle/backup';
Directory created.

发现原来他的目录设错了。只要将路径设好,再授权一下就可以。
原创粉丝点击