Hello community,
I'm trying to migrate 11g Enterprise Edition (o/s: Windows Server 2008) to 11g Express Edition (o/s: LINUX).
In advance, I had problems because of the missing "Partitioning"-Option in Express Edition, as discussed in:ORA-00439: feature not enabled: Partitioning
I decided to use the "data pump" and following command to export:
expdp USERNAME/USERPW@TSN directory=DIRECTORYofBACKUP
This are the errors, which showed up afterwards (ORA-39126 ORA-24795 ORA-06512 ORA-02354 ORA-01891):
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.MAIN [TABLE_DATA:"USERNAME"."Tablename":"PART000022_24576620000"]
ORA-24795: Illegal ROLLBACK attempt made
ORA-06512: at "SYS.KUPW$WORKER", line 8652
ORA-24795: Illegal ROLLBACK attempt made
ORA-06512: at "SYS.KUPW$WORKER", line 3246
ORA-24795: Illegal ROLLBACK attempt made
ORA-24795: Illegal ROLLBACK attempt made
ORA-06512: at "SYS.KUPW$WORKER", line 13626
ORA-02354: error in exporting/importing data
ORA-01891: Datetime/Interval internal error
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 7858
----- PL/SQL Call Stack -----
object line object
handle number name
30437834 18288 package body SYS.KUPW$WORKER
30437834 7885 package body SYS.KUPW$WORKER
30437834 1593 package body SYS.KUPW$WORKER
25E7D8B8 2 anonymous block
Job "HISU"."SYS_EXPORT_SCHEMA_05" stopped due to fatal error at 18:48:27
Any help appreciated, thank you!