When I try to export from the database version 11.2.0.4 SE I get an error. I want to transfer the data to the database version 12.2 EE
Log:
| expdp directory=dmp dumpfile=test.dmp tables="DEV_SOAINFRA"."EDN_EVENT_QUEUE_TABLE" | |
Export: Release 11.2.0.4.0 - Production on Fri Nov 8 13:32:04 2019
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Username: /as sysdba
Connected to: Oracle Database 11g Release 11.2.0.4.0 - 64bit Production
Starting "SYS"."SYS_EXPORT_TABLE_01": /******** AS SYSDBA directory=dmp dumpfile=test.dmp tables=DEV_SOAINFRA.EDN_EVENT_QUEUE_TABLE
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 15.18 MB
>>> DBMS_AW_EXP: SYS.AW$EXPRESS: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWMD: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWCREATE: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWCREATE10G: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWXML: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWREPORT: OLAP not enabled
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
>>> DBMS_AW_EXP: SYS.AW$EXPRESS: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWMD: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWCREATE: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWCREATE10G: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWXML: OLAP not enabled
>>> DBMS_AW_EXP: SYS.AW$AWREPORT: OLAP not enabled
Processing object type TABLE_EXPORT/TABLE/POST_INSTANCE/PROCACT_INSTANCE
Processing object type TABLE_EXPORT/TABLE/POST_INSTANCE/PROCDEPOBJ
ORA-31693: Table data object "DEV_SOAINFRA"."EDN_EVENT_QUEUE_TABLE" failed to load/unload and is being skipped due to error:
ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
ORA-00600: internal error code, arguments: [qmcxeEncChars7], [], [], [], [], [], [], [], [], [], [], []
| . . exported "DEV_SOAINFRA"."AQ$_EDN_EVENT_QUEUE_TABLE_H" 14.92 KB | 132 rows |
| . . exported "DEV_SOAINFRA"."AQ$_EDN_EVENT_QUEUE_TABLE_I" 11.52 KB | 66 rows |
| . . exported "DEV_SOAINFRA"."AQ$_EDN_EVENT_QUEUE_TABLE_S" 10.97 KB | 4 rows |
| . . exported "DEV_SOAINFRA"."AQ$_EDN_EVENT_QUEUE_TABLE_G" | 0 KB | 0 rows |
| . . exported "DEV_SOAINFRA"."AQ$_EDN_EVENT_QUEUE_TABLE_L" | 0 KB | 0 rows |
| . . exported "DEV_SOAINFRA"."AQ$_EDN_EVENT_QUEUE_TABLE_T" | 0 KB | 0 rows |
Master table "SYS"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
******************************************************************************
Dump file set for SYS.SYS_EXPORT_TABLE_01 is:
/dmp/test.dmp
Job "SYS"."SYS_EXPORT_TABLE_01" completed with 1 error(s) at Fri Nov 8 13:32:15 2019 elapsed 0 00:00:08