Chinaunix首页 | 论坛 | 博客
  • 博客访问: 294653
  • 博文数量: 60
  • 博客积分: 1437
  • 博客等级: 中尉
  • 技术积分: 632
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-10 14:12
文章存档

2012年(7)

2011年(53)

分类: Oracle

2011-03-29 10:52:55

放在一起报如下错误:
ORA-39005: inconsistent arguments
ORA-39208: Parameter CONTENT=METADATA_ONLY is invalid for SQL_FILE jobs.

The errors are only seen on database release 10g; the same parameters work without error on database release 11g.

Cause
-----
The cause of this problem has been identified and verified in an unpublished Bug 4378917 'CONTENT=METADATA AND SQLFILE ARE INCOMPATIBLE FOR IMPDP.'

To resolve this issue, you may choose either of these options:
     1. Upgrade to database release 11g.
     2. Use the workaround on database release 10g:
         Drop the CONTENT parameter when the SQLFILE parameter is used since SQLFILE addresses only metadata by design.

 example:
impdp scott/tiger directory=dump_dir dumpfile=scott.dmp sqlfile=ddl.sql
阅读(3879) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~