ORA-39002 是一个 Oracle 数据库在使用 Data Pump(数据泵)工具(如 expdp 和impdp)时遇到的错误代码。该错误表示在执行 Data Pump 作业时,遇到了无法识别的无效操作或参数。 2. 可能导致ORA-39002错误的常见原因 无效的命令行参数:传递给 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 475 ORA-29283: invalid file operation 2、 问题解决 Google了一下,发现了问题原因: (1)、查看directory 对象 SYS@ tsid > select * from dba_directories...
【摘要】 使用expdp时,遇到”ORA-39002、ORA-39070...”连续报错。 1、 遇到的问题 C:\Users\Administrator>expdp 'sys/system as sysdba' directory=backup full=y dumpfile=fullexp.dmp logfi... 使用expdp时,遇到”ORA-39002、ORA-39070...”连续报错。 1、遇到的问题 C:\Users\Administrator>expdp 'sys...
ORA39002: invalid operation ORA39070: Unable to open the dump file. ORA39087: unable to read or write the datafile, or backup file. Please check the file permissions, and free space on the device. 错误原因分析 错误39002的出现通常与以下几种情况有关: 1、文件权限问题:执行expdp的用户没有足够...
使用expdp时,遇到”ORA-39002、ORA-39070...”连续报错。1、遇到的问题expdp yguo/dbimp@botnet schemas=yguo dumpfile=botnet74.dmp DIRECTORY=dump_zsy;C:\Users\Administrator
系统:rhel 6.5 数据库:oracle 11.2.0.4 环境:单实例asm. 问题描述:expdp导出时报错ORA-39002、ORA-39070、ORA-29283、ORA-06512,如下所示: 异常原因: 异常场景中导出目录被设置在磁盘组,oracle用户不具有该目录权限. 解决方案: 将oracle用户的家目录作为导出目录(说明:以下为测试结果). ...
使用expdp时,遇到”ORA-39002、ORA-39070...”连续报错。 1、 遇到的问题 C:\Users\Administrator>expdp 'sys/system as sysdba' directory=backup full=y dumpfile=fullexp.dmp logfile=fullexp.log; Export: Release 10.2.0.3.0 - Production on Wednesday, 18 April, 2012 12:13:15 Copyright...
http://blog.itpub.net/20801486/viewspace-719363/好文要顶 关注我 收藏该文 微信分享 规格严格-功夫到家 粉丝- 151 关注- 971 +加关注 0 0 升级成为会员 « 上一篇: oracle 编译无效对象 » 下一篇: shell脚本中 “set -e” 的作用 ...
使用expdp时,遇到”ORA-39002、ORA-39070……”连续报错。 1、 遇到的问题 C:\Users\Administrator>expdp 'sys/system as sysdba' directory=backup full=y dumpfile=fullexp.dmp logfile=fullexp.log; Export: Release 10.2.0.3.0 - Production on Wednesday, 18 April, 2012 12:13:15 Copyright (c) 2003...
Oracle Database - Enterprise Edition - Version 11.2.0.1.0 and later: DataPump Export (EXPDP) Raises Errors ORA-39002 ORA-39070 ORA-29283 ORA-6512 On RAC Instance