ホームページ  >  記事  >  データベース  >  ORA-29283解决方法(impdp)

ORA-29283解决方法(impdp)

WBOY
WBOYオリジナル
2016-06-07 17:34:354255ブラウズ

根据ORA-29283的提示,发现是directory的目录有问题,选择正确的目录,impdp成功!

ORA-29283解决方法(impdp)

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 475
ORA-29283: invalid file operation

[Oracle@doudou ~]$ oerr ora 29283
29283, 00000, "invalid file operation"
// *Cause:  An attempt was made to read from a file or directory that does
//          not exist, or file or directory access was denied by the
//          operating system.
// *Action: Verify file and directory access privileges on the file system,
//          and if reading, verify that the file exists.

根据ORA-29283的提示,发现是directory的目录有问题,选择正确的目录,impdp成功!

推荐阅读:

ORA-01172、ORA-01151错误处理

ORA-00600 [2662]错误解决

ORA-01078 和 LRM-00109 报错解决方法

ORA-00471 处理方法笔记

ORA-00314,redolog 损坏,,或丢失处理方法

ORA-00257 归档日志过大导致无法存储的解决办法

linux

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。