Home > Database > Mysql Tutorial > 从Oracle 11g impdp到Oracle 10g报错ORA-39213: Metadata processing

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

WBOY
Release: 2016-06-07 17:16:44
Original
1271 people have browsed it

从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

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template