如何查oracle账号密码是多少ORA-39002: invalid operation解决

ORA-39002: invalid operation解决

 

今天有个同事使用expdp时报错:

[cpp]   www.2cto.com  

ORA-39002: invalid operation  

ORA-39070: Unable to open the log file.  

ORA-29283: invalid file operoracle账号ation  

ORA-06512: at "SYS.UTL_FILE", line 475  

ORA-29283: invalid file operation  

发现原因如下:

[cpp] 

SQL> create or replace directory dpdata  

 2    as '/home/oracle/backup';  

Directory created.

 

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

此条目发表在oracle metalink账号分类目录,贴了标签。将固定链接加入收藏夹。