impdp failing with LPX-00007, ora-06502, ora-39126
Has anyone had this issue? I am exporting from aix 6.1 Oracle 11.2.0.4 (Almost latest PSU) and then importing into Red Hat Linux 6 11.2.0.4 (same version on AIX with same patches) and I get the following error:
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS [VIEW:"APPS"."AR_INVOICE_HEADER_V"]
ORA-06502: PL/SQL: numeric or value error
LPX-00007: unexpected end-of-file encountered
I have created a pretty easy to reproduce test case. What I do is I try and import just views from the source to the source. I set the sqlfile option so nothing actually gets imported and I just end up with a sqlfile. However I still get the exact same errors. This suggest to me that the source dump file is corrupt and that there is no issue on the destination. Maybe corrupt is to harsh a term. Has anyone else had this issue?