ORA-39213: Metadata processing is notavailable
用資料泵匯出匯入的時候報如下錯誤的解決方法:
impdp dave/dave directory=backup dumpfile=pdba.dmp logfile=table.log tables=pdba table_exists_action=replace;
Import: Release 11.2.0.3.0 - Production onWed Nov 16 12:35:19 2011
Copyright (c) 1982, 2011, Oracle and/or itsaffiliates. All rights reserved.
Connected to: Oracle Database 11gEnterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Miningand Real Application Testing options
ORA-39006: internal error
ORA-39213: Metadata processing is notavailable
解決方法:
SQL> conn / as sysdba;
Connected.
SQL> execute sys.dbms_metadata_util.load_stylesheets;
PL/SQL procedure successfully completed.
再次impdp 成功:
impdp dave/dave directory=backup dumpfile=pdba.dmp logfile=table.log tables=pdba table_exists_action=replace;
Import: Release 11.2.0.3.0 - Production onWed Nov 16 12:39:40 2011
Copyright (c) 1982, 2011, Oracle and/or itsaffiliates. All rights reserved.
Connected to: Oracle Database 11gEnterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Miningand Real Application Testing options
Master table "DAVE"."SYS_IMPORT_TABLE_01"successfully loaded/unloaded
Starting"DAVE"."SYS_IMPORT_TABLE_01": dave/******** directory=backupdumpfile=pdba.dmp logfile=table.log tables=pdba table_exists_action=replace
Processing object typeTABLE_EXPORT/TABLE/TABLE
Processing object typeTABLE_EXPORT/TABLE/TABLE_DATA
. . imported"DAVE"."PDBA" 49.14 MB 2713235rows
Job"DAVE"."SYS_IMPORT_TABLE_01" successfully completed at 12:40:16
impdp dave/dave directory=backup dumpfile=pdba.dmp logfile=table.log tables=pdba table_exists_action=replace;
Import: Release 11.2.0.3.0 - Production onWed Nov 16 12:35:19 2011
Copyright (c) 1982, 2011, Oracle and/or itsaffiliates. All rights reserved.
Connected to: Oracle Database 11gEnterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Miningand Real Application Testing options
ORA-39006: internal error
ORA-39213: Metadata processing is notavailable
解決方法:
SQL> conn / as sysdba;
Connected.
SQL> execute sys.dbms_metadata_util.load_stylesheets;
PL/SQL procedure successfully completed.
再次impdp 成功:
impdp dave/dave directory=backup dumpfile=pdba.dmp logfile=table.log tables=pdba table_exists_action=replace;
Import: Release 11.2.0.3.0 - Production onWed Nov 16 12:39:40 2011
Copyright (c) 1982, 2011, Oracle and/or itsaffiliates. All rights reserved.
Connected to: Oracle Database 11gEnterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Miningand Real Application Testing options
Master table "DAVE"."SYS_IMPORT_TABLE_01"successfully loaded/unloaded
Starting"DAVE"."SYS_IMPORT_TABLE_01": dave/******** directory=backupdumpfile=pdba.dmp logfile=table.log tables=pdba table_exists_action=replace
Processing object typeTABLE_EXPORT/TABLE/TABLE
Processing object typeTABLE_EXPORT/TABLE/TABLE_DATA
. . imported"DAVE"."PDBA" 49.14 MB 2713235rows
Job"DAVE"."SYS_IMPORT_TABLE_01" successfully completed at 12:40:16
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29330852/viewspace-1078329/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- expdp, impdp ORA-39213 Metadata processing not availableAI
- ORA-39213: Metadata processing is not available 解決方案AI
- 從Oracle11g impdp到oracle10g報錯ORA-39213: Metadata processing is not availableOracleAI
- Qt MetadataQT
- 解析arxiv Metadata
- ASM Metadata and InternalsASM
- Oracle Query processing 的程式Oracle
- How to validate the packages DBMS_METADATA_INT and DBMS_METADATA_UTILPackage
- ASM file metadata operationASM
- ASM Metadata Dump UtilityASM
- 【Mysql】metadata lock鎖MySql
- MYSQL 鎖:metadata lockMySql
- hive之Error in metadataHiveError
- Database Object Metadata (272)DatabaseObject
- 並行處理 Parallel Processing並行Parallel
- XStream: Stream Processing Platform at FacebookPlatform
- SCM600--Complaints ProcessingAI
- MySQL metadata鎖實驗MySql
- 【MySQL】MetaData Lock 之一MySql
- 【MySQL】MetaData Lock 之二MySql
- 【MySQL】MetaData Lock 之三MySql
- dbms_metadata.get_ddl
- 後設資料(MetaData)
- 【numpy學習筆記】 Array processing筆記
- 【Processing】互動藝術-入門
- An error occurred during bosboot verification processingErrorboot
- Asp.Net Sync & ASync Processing requestASP.NET
- The Nature of Code: Simulating Natural Systems with Processing
- Oracle Clusterware Software Component Processing DetailsOracleAI
- Swift 5 Type Metadata 詳解Swift
- Full GC (Metadata GC Threshold)GC
- Waiting for table metadata lockAI
- SAP 中的 BOPF(Business Object Processing Framework)ObjectFramework
- Android APT(Annotation Processing Tool) 實踐AndroidAPT
- client/server architecture : Distributed processing (274)clientServer
- Recursive Algorithm for Sliding Signal ProcessingGo
- mysql觀測METADATA LOCK(MDL)鎖MySql
- Oracle AMDU- ASM Metadata Dump UtilityOracleASM