SOi am running through tests on importing from 32 bit oracle 10.2 to 64 bit oracle 12.1. I am running the command
IMPDP user/pwd NETWORK_LINK=old_oracle logfile=test.log FULL=Y;
I get the following output on the screen.
Import: Release 12.1.0.1.0 - Production on Wed Nov 25 13:55:25 2015
Copyright (c) 1982, 2013, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 12c Release 12.1.0.1.0 - 64bit Production
Starting "NEW_DBA"."SYS_IMPORT_FULL_08": new_dba/******** NETWORK_LINK=old_orac
le FULL=Y
Estimate in progress using BLOCKS method...
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.FETCH_XML_OBJECTS []
ORA-02041: client database did not begin a transaction
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 11009
----- PL/SQL Call Stack -----
object line object
handle number name
00007FFC874763B0 26217 package body SYS.KUPW$WORKER
00007FFC874763B0 11041 package body SYS.KUPW$WORKER
00007FFC874763B0 13189 package body SYS.KUPW$WORKER
00007FFC874763B0 16591 package body SYS.KUPW$WORKER
00007FFC874763B0 5170 package body SYS.KUPW$WORKER
00007FFC874763B0 11793 package body SYS.KUPW$WORKER
00007FFC874763B0 2059 package body SYS.KUPW$WORKER
00007FFC8690BAF8 2 anonymous block
DBMS_METADATA.OPEN10.2.0.3.0
DBMS_METADATA.SET_FILTER
DBMS_METADATA.SET_FILTER
DBMS_METADATA.SET_PARSE_ITEM
DBMS_METADATA.SET_COUNT
DBMS_METADATA.SET_COUNT
In FETCH_XML_OBJECTS
DBMS_METADATA.FETCH_XML_CLOB
DBMS_METADATA.FETCH_XML_CLOB
In procedure DETERMINE_FATAL_ERROR
Job "NEW_DBA"."SYS_IMPORT_FULL_08" stopped due to fatal error at Wed Nov 25 13:5
5:35 2015 elapsed 0 00:00:08
How can i get a log file or some idea of what is crashing? Thanks.