從Oracle11g impdp到oracle10g報錯ORA-39213: Metadata processing is not available
從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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9399028/viewspace-735996/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- expdp, impdp ORA-39213 Metadata processing not availableAI
- ORA-39213: Metadata processing is not available 解決方案AI
- ORA-39213: Metadata processing is notavailableAI
- Oracle10g expdp & impdpOracle
- DBMS_METADATA報錯解決方法
- 安裝oracle11g報錯Oracle
- oracle10g升級到oracle11g操作記錄Oracle
- SQL java.sql.SQLException: Parameter metadata not available for the given statementSQLJavaExceptionAI
- No Bean named 'Xxx' available 異常報錯BeanAI
- Oracle expdp/impdp 從高版本 到 低版本 示例Oracle
- Linux yum安裝httpd報錯 No package httpd available ?LinuxhttpdPackageAI
- 用putty連線AWS,報錯“No supported authentication methods available"AI
- 【ERROR】su user報'This account is currently not available'錯誤 for linuxErrorAILinux
- Oracle11g生成手動的快照報告報錯Oracle
- Centos下yum安裝Nginx報錯 No package nginx available.CentOSNginxPackageAI
- oracle10g使用10046 報錯Oracle
- Oracle11G監聽報錯Connection refusedOracle
- k8s kubectl top pod報錯error Metrics API not availableK8SErrorAPIAI
- Oracle11g升級到11.2.0.3過程中XDB.DBMS_XMLSCHEMA相關報錯OracleXML
- windows7安裝oracle10g報錯WindowsOracle
- Oracle10g到Oracle11g建dblink是使用者的大小寫Oracle
- EXP、IMP、SQLLOADER、EXPDP、IMPDP、DBMS_METADATA、SQLPLUS等方面SQL
- idea maven搭建spring報錯:No bean named 'xxx' availableIdeaMavenSpringBeanAI
- centos 7.2執行yum -y install報錯Metadata file does not match checksumCentOS
- ADS報錯:Sorry, but the license for the following library is not available: "System Model Library"AI
- kafka 錯誤: larger than available brokersKafkaAI
- impdp匯入包含xmltype型別欄位空表報錯問題XML型別
- Oracle 資料遷移(從Oracle11G高版本遷移到Oracle10G低版本)Oracle
- expdp 報錯 ORA-04063: package body "SYS.DBMS_METADATA_UTIL" has errorsPackageError
- 記一次idea構建springmvc報錯:No bean named 'cacheManager' availableIdeaSpringMVCBeanAI
- zookeeper報錯 service not available now, maybe disk full, CL: 0.95 CQ: 0.95 INDEX: 0.95, maybeAIIndex
- Package ssh is not available, but is referred to by another package 錯誤PackageAI
- impdp 遇到 ORA-07445 錯誤。重新EXPDP,IMPDP解決了。
- oracle11g使用bbed執行help命令報錯之系列五Oracle
- cassandra啟動報錯:Exiting due to error while processing commit log during initialization.ErrorWhileMIT
- Oracle10g 資料泵匯出命令impdp 使用總結Oracle
- kettle工具從windows移植到linux上啟動報錯:\karaf/deploy does not existWindowsLinux
- 初次Push程式碼到Github報錯Github