DataPump Export (EXPDP) Fails With Error LPX-216 Invalid Character
DataPump Export (EXPDP) Fails With Error LPX-216 Invalid Character (Doc ID 1302916.1)
In this Document
Symptoms
Cause
Solution
References
APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.2.0.4 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
SYMPTOMS
DataPump export fails with errors:
...
ORA-39014: One or more workers have prematurely exited.
ORA-39029: worker 14 with process name "DW0G" prematurely terminated
ORA-31671: Worker process DW0G had an unhandled exception.
ORA-24795: Illegal ROLLBACK attempt made
ORA-06512: at "SYS.KUPW$WORKER", line 1352
ORA-24795: Illegal ROLLBACK attempt made
ORA-06512: at "SYS.KUPW$WORKER", line 7073
ORA-24795: Illegal ROLLBACK attempt made
ORA-06512: at "SYS.KUPW$WORKER", line 2829
ORA-24795: Illegal ROLLBACK attempt made
ORA-24795: Illegal ROLLBACK attempt made
ORA-06512: at "SYS.KUPW$WORKER", line 10915
ORA-02354: error in exporting/importing data
ORA-39774: parse of metadata stream failed with the following error:
LPX-00216: invalid character 216 (0xD8
Job "SYSTEM"."SYS_EXPORT_SCHEMA_13" stopped due to fatal error at 12:12:47
ORA-39014: One or more workers have prematurely exited.
CAUSE
The cause of the problem is the direct path unload method. The problem ceases when specifying an external table unload method per undocumented parameter ACCESS_METHOD=EXTERNAL_TABLE.
SOLUTION
Export with parameter ACCESS_METHOD=EXTERNAL_TABLE.
REFERENCES
NOTE:552424.1 - Export/Import DataPump Parameter ACCESS_METHOD - How to Enforce a Method of Loading and Unloading Data
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69950318/viewspace-2861905/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- expdp report error when export tablesErrorExport
- DataPump Export/Import Of LOBs Are Not Executed in ParallelExportImportParallel
- Import Datapump Job fails with ORA-39125ImportAI
- Error parsing XML: An invalid XML character (Unicode:0x1f) was foundErrorXMLUnicode
- 使用datapump 匯出匯入同義詞(export and import synonym using datapump)ExportImport
- EXPDP Fails With ORA-04031 ("streams pool", ...)AI
- Run Out Of Space On UNDO Tablespace Using DataPump Import/ExportImportExport
- 【metalink】Export/Import DataPump Parameter TRACE (文件 ID 286496.1)ExportImport
- ORACLE for aix 11.2.0.1 DATAPUMP expdp之BUG 9470768OracleAI
- Python 錯誤 SyntaxError: invalid character in identifierPythonErrorIDE
- Java - XML字元支援報錯An invalid XML characterJavaXML字元
- SAXParseException An invalid XML character 問題的解決ExceptionXML
- Minimum Requirements to Use Export DataPump and IMP(System Privileges)_351598.1UIREMExport
- Caused by: Error: ' ' is not a valid resource name characterError
- MySQL Invalid gbk character string 1300MySql
- An invalid XML character (Unicode: 0x18) was foundXMLUnicode
- 【故障處理】Bug : ASM FAILS WITH CHECKRESOURCE ERROR ERROR CODE = 139ASMAIError
- 1nd round export and import errorExportImportError
- 資料泵datapump(expdp/impdp)的parfile用法,避免跳脫字元字元
- Oracle10g Export/Import DataPump Does Not Work with Tapes or UNIX Named Pipes [ID 276521.1]OracleExportImport
- expdp with error: ORA-39125Error
- DataPump Import Of Object Types Fails With Errors ORA-39083 ORA-2304(筆錄)ImportObjectAIError
- IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokensExceptionHTTP
- An invalid XML character (Unicode: 0x10) was found in the value of attributeXMLUnicode
- An invalid XML character (Unicode: 0x4) was found in the element content of theXMLUnicode
- Data Pump TTS Export Fails With ORA-39126 & ORA-904 on 11.2.0.2TTSExportAI
- 【MOS】EXPDP Fails ORA-39165: Schema SYS Was Not Found (文件 ID 553402.1)AI
- Get "ORA-29275: partial multibyte character" errorError
- Import Error: cannot import name ‘export_saved_modelImportErrorExport
- 【Datapump】Oracle資料泵遷移資料命令參考(expdp/impdp說明)Oracle
- (EXPDP) Fails With Errors ORA-39079 ORA-25306 On One Node In RAC EnvironmentAIError
- Autoconfig On Db Tier Fails With Error - SP2-1503AIError
- error: invalid type argument of unary ‘*‘ (have ‘int‘) *__first = __tmp;Error
- GC Agent Startup Fails on AIX due to Invalid Timezone Setting at OS_825933.1GCAI
- PHP 對字串進行十六進位制替換 invalid character in attribute valuePHP字串
- java.sql.SQLException: ORA-00911: invalid character 解決方法(轉)JavaSQLException
- 對XML 進行 parse 時的Invalid Unicode character (0x0) 分析XMLUnicode
- "DROP USER" fails with error: ORA-00942 and ORA-00604 (一)AIError