>데이터 베이스 >MySQL 튜토리얼 >从Oracle 11g impdp到Oracle 10g报错ORA-39213: Metadata processing

从Oracle 11g impdp到Oracle 10g报错ORA-39213: Metadata processing

WBOY
WBOY원래의
2016-06-07 17:16:441271검색

从Oracle 11g通过expdp方式指定version导出数据,导入Oracle10g时,报错:Copyright (c) 2003, 2005, Oracle. All rights reser

从Oracle 11g通过expdp方式指定version导出数据,导入Oracle10g时,,报错:

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
ORA-39006: internal error
ORA-39213: Metadata processing is not available

本以为是版本之间的问题,后来按如下解决方式,可以正常导入。

Cause: The Data Pump could not use the Metadata API. Typically, this is caused by the XSL stylesheets not being set up properly.

Action: Connect AS SYSDBA and execute dbms_metadata_util.load_stylesheets to reload the stylesheets.

linux

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.