In this Document
APPLIES TO:Oracle Database - Enterprise Edition - Version 10.2.0.4 to 11.1.0.7 [Release 10.2 to 11.1]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 Backup Service - Version N/A and later Information in this document applies to any platform. SYMPTOMSYou run DataPump export/import between two databases with multibyte character sets (for example AL32UTF8). DataPump export was successful. Processing object type SCHEMA_EXPORT/VIEW/VIEW
ORA-39083: Object type VIEW failed to create with error: ORA-907: missing right parenthesis Failing sql is: CREATE FORCE VIEW ... ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS while calling DBMS_METADATA.CONVERT [VIEW:"<OWNER>"."<VIEW_NAME>"] ORA-6502: PL/SQL: numeric or value error LPX-00230: invalid character 32 (U+0020) found in a Name or Nmtoken ORA-6512: at "SYS.DBMS_SYS_ERROR", line 105 ORA-6512: at "SYS.KUPW$WORKER", line 6313
CHANGES
CAUSEThe issue was investigated in SOLUTION1. Upgrade to 11.2. Note:
The patch needs to applied on both source and target databases.
REFERENCESBUG:7700493 - IMPDP FAILS WITH ORA-39083 ORA-00907 ORA-39125 LPX-00230 WHEN IMPORTING VIEWS |