[img]http://dl2.iteye.com/upload/attachment/0093/0054/0e02aea0-8c0a-395a-8b3c-e7382740ebb6.jpg[/img]
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-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成功!
本文介绍了解决Oracle数据库中ORA-29283错误的方法,该错误通常发生在使用impdp工具导入数据时。文章指出,此问题可能是由于尝试读取不存在的文件或目录导致的,并提供了验证文件系统上的目录访问权限的具体步骤。
5189

被折叠的 条评论
为什么被折叠?



