An error occurred when a DMP of IMP was reported:
Exception signal: 11 (SIGSEGV), Code: 2 (invalid permissions for mapped object), ADDR: 0x3b, PC: [0x4000000002e32331, kghalkaline () + 433]
ORA-07445: exception encountered: core dump [kghphosphatase () + 433] [SIGSEGV] [invalid permissions for mapped object] [0x00000003b] [] []
Imp-00017: following statement failed with Oracle error 3113:
"Alter package" pkg_xxxx "compile reuse settings timestamp '2017-05-27"
"6:48:33 '"
Imp-00003: Oracle error 3113 encountered
ORA-03113: End-of-file on communication channel
Solution: Oracle bug. The database is 10.2.0.4 HPUX IA64 and must be patched.
Bug 6951953.
The error is caused by compiling the package in debug mode. You can use the following data dictionary for verification.
Select * From all_plsql_object_settings where owner = 'pkg _ xxxx' and plsql_debug = 'true ';