Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Database Migration - 11g Enterprise Edition to 11g Express Edition (XE) - ORA-39126 ORA-24795 ORA-06

Stefan123Jun 14 2018 — edited Jun 14 2018

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!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2018
Added on Jun 14 2018
12 comments
473 views