11.2.0.1使用数据泵expdp导出时,如果使用parallel,可能会遇到

ORA-31693: Table data object "OWNER"."TABLE" failed to load/unload and is being skipped due to error:
ORA-00922: missing or invalid option

 

不适用parallel时正常。

这是个bug。
Bug:8734963 - ORA-31693 AND ORA-922 OCCURS IN EXPDP WITH PARALLEL PARAMETER.
同样的
Bug:9243068 - EXPDP RETURNS ORA-00922: MISSING OR INVALID OPTION WHEN USING CONSISTENT=TRUE

解决办法:
1、Upgrade to 12.1 in which Bug:9243068 is fixed.

2、Apply patchset release 11.2.0.4 in which Bug:9243068 is fixed.

3、Download and apply interim Patch:9243068, if available for your platform and RDBMS release. To check for conflicting patches, please use the MOS Patch Planner Tool. If no patch is available, file a Service Request through My Oracle Support for your specific Oracle version and platform.

4、Do not use the PARALLEL command line option.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-08-14
  • 2021-08-09
  • 2022-12-23
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2022-01-08
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
相关资源
相似解决方案