>데이터 베이스 >MySQL 튜토리얼 >ORA-39002: invalid operation

ORA-39002: invalid operation

WBOY
WBOY원래의
2016-06-07 17:28:363641검색

使用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.

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

linux

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

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

    성명:
    본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.