>  기사  >  데이터 베이스  >  expdp ORA-39070: Unable to open the log file

expdp ORA-39070: Unable to open the log file

WBOY
WBOY원래의
2016-06-07 17:34:142564검색

expdp ORA-39070: Unable to open the log file

Oracle中,,当执行expdp或impdp的时候,有时候会出现错误:

ORA-39002: invalid operation

ORA-39070: Unable to open the log file.

ORA-29283: invalid file operation

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

ORA-29283: invalid file operation

产生这个错误的原因通常有两个:

1.对存放dmp文件或log文件的路径没有权限。

2.对dmp文件没有权限。

所以,遇到这个问题,首先去检查权限。

相关阅读:

GoldenGate不使用数据泵完成Oracle-Oracle的双向复制

使用GoldenGate的数据泵进行Oracle-Oracle的单向复制

如何对 Oracle 数据泵(expdp/impdp) 进行 debug

Oracle 数据库导出数据泵(EXPDP)文件存放的位置

Oracle 10g 数据泵分区表的导出

linux

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