ORA-39002: invalid operation

来源:这里教程网 时间:2026-02-27 16:56:23 作者:

使用expdp时报错: ora-39002: invalid operationORA-39070: Unable to open the log file.ORA-29283: invalid file operationOR

ora-39002: invalid operation

[日期:2013-04-29] 来源:Linux社区  作者:huang_xw [字体:]

使用expdp时报错:

ora-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 475
ORA-29283: invalid file operation

发现原因如下:

SQL> create or replace directory dpdata
 2    as '/home/Oracle/backup';

Directory created.

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

0

MySQL简单介绍及基本组成部分流程图

访问Weblogic中部署的ADF应用时,报ORA-01005错误

相关推荐