【MOS】EXPDP Fails ORA-39165: Schema SYS Was Not Found (文件 ID 553402.1)
In this Document
Symptoms |
Cause |
Solution |
References |
APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.2.0.3 and laterInformation in this document applies to any platform.
***Checked for relevance on 29-Jan-2015***
SYMPTOMS
DataPump export of table SYS.AUD$ fails with errors:
ORA-39166: Object AUD$ was not found.
ORA-31655: no data or metadata objects selected for job
Job "SYS"."SYS_EXPORT_TABLE_01" completed with 3 error(s) at 13:49:47
CAUSE
There is a restriction on dataPump export. It cannot export schemas like SYS, ORDSYS, EXFSYS, MDSYS, DMSYS, CTXSYS, ORDPLUGINS, LBACSYS, XDB, SI_INFORMTN_SCHEMA, DIP, DBSNMP and WMSYS in any mode. The Utilities Guide indicates the restriction only on full export mode, but the restriction actually applies to all modes.
SOLUTION
Export the table SYS.AUD$ using the traditional export:
Other options are:
-
Use CTAS (Create Table As Select) to copy the SYS.AUD$ data into a non-restricted schema.
-
Use the DBMS_AUDIT_MGMT package of Audit Vault to manage and purge audit data (see Note 731908.1).
This allows for the facility to move the AUD$ table out of the SYSTEM tablespace, which can negate the need to export the table.
This issue also applies to other SYS owned auditing tables such as FGA_LOG$
REFERENCES
BUG:5647223 - DATAPUMP EXPORT FAILS ORA-31655NOTE:731908.1 - New Feature DBMS_AUDIT_MGMT To Manage And Purge Audit Information
About Me
...............................................................................................................................
● 本文來自於MOS轉載文章(文件 ID 553402.1)
● 小麥苗雲盤地址:http://blog.itpub.net/26736162/viewspace-1624453/
● QQ群:230161599 微信群:私聊
● 聯絡我請加QQ好友(642808185),註明新增緣由
● 版權所有,歡迎分享本文,轉載請保留出處
...............................................................................................................................
手機長按下圖識別二維碼或微信客戶端掃描下邊的二維碼來關注小麥苗的微信公眾號:xiaomaimiaolhr,免費學習最實用的資料庫技術。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26736162/viewspace-2130832/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【MOS】 EXPDP - ORA-39166 (Object Was Not Found) (文件 ID 1640392.1)Object
- 【MOS】Top Ten Performance Mistakes Found in Oracle Systems. (文件 ID 858539.1)ORMOracle
- 【MOS】Creating a PDB ... Fails With ORA-17630 (文件 ID 2090019.1)AI
- MySQL 5.7 SYS SCHEMAMySql
- DataPump Export (EXPDP) Fails With Error LPX-216 Invalid CharacterExportAIError
- EXPDP Fails With ORA-04031 ("streams pool", ...)AI
- Cluster Verification Check Fails With exectask: not found (Doc ID 1271177.1)AI
- 【MOS】Top 5 Grid Infrastructure Startup Issues (文件 ID 1368382.1)ASTStruct
- sysdba登入oracle的schema是sysOracle
- expdp / impdp 之 remap_schema remap_tablespaceREM
- expdp / impdp 之 remap_schema remap_tablespaceREM
- 【MOS】Parameter FILESIZE - Multiple Export Files (文件 ID 290810.1)Export
- 【MOS】Limitations of the Oracle Cost Based Optimizer (文件 ID 212809.1)MITOracle
- mysql 5.7中嶄新的 mysql sys schemaMySql
- sourcetree github clone 報錯 hg clone fails with “repository not found“GithubAI
- 【MOS】Index Rebuild Is Hanging Or Taking Too Long (文件 ID 272762.1)IndexRebuild
- MySQL 如何重建/恢復刪除的 sys SchemaMySql
- MySQL運維的一款利器sys schemaMySql運維
- 【MOS】Cluster Health Monitor (CHM) FAQ (文件 ID 1328466.1 ID 2062234.1)
- 【MOS】Troubleshooting 'enq: TX - index contention' Waits (文件 ID 873243.1)ENQIndexAI
- EXP Or EXPDP時hang住問題,MOS解決方案
- MySQL 5.7 performance_schema庫和sys庫常用SQLMySqlORM
- 【Mysql】mysql5.7新特性之-sys schema的作用MySql
- Catupgrd.sql Fails With 3113 Creating SYS.KU$_XMLSCHEMA_VIEW[ID 603714.1]SQLAIXMLView
- Top Ten Performance Mistakes Found in Oracle Systems. (文件 ID 858539.1)ORMOracle
- 【MOS】12c RAC "enq: IV - contention" (文件 ID 2028503.1)ENQ
- expdp時不能匯出sys使用者下的物件!物件
- (EXPDP) Fails With Errors ORA-39079 ORA-25306 On One Node In RAC EnvironmentAIError
- 【MOS】Redundant Interconnect ora.cluster_interconnect.haip (文件 ID 1210883.1)AI
- MySQL5.7 SYS Schema的效能框架檢視引數解釋MySql框架
- How to Clean Up Duplicate Objects Owned by SYS and SYSTEM Schema_1030426.6Object
- RMAN restore fails with ORA-01180: can not create datafile 1 (文件 ID 1265151.1)RESTAI
- 【MOS】OCR/Vote disk 維護操作: (新增/刪除/替換/移動) (文件 ID 1674859.1)
- PARSING_USER_ID,PARSING_SCHEMA_ID,PARSING_SCHEMA_NAME in V$SQLSQL
- 利用sys schema解決一次詭異的語句hang問題
- 【MOS】Why an Object Not Be Exported? ORA-39166 or ORA-31655 (文件 ID 2114233.1)ObjectExport
- golang expected declaration, found 'IDENT'GolangIDE
- expdp 報錯 ORA-04063: package body "SYS.DBMS_METADATA_UTIL" has errorsPackageError