ORA-07445: exception encountered: core dump [kkdlGenKqldco()+1066] [SIGSEGV] [ADDR:0x8] [PC:0x21BFAEA] [Address not mapped to object] []
(Doc ID 2536346.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 to 12.1.0.2 [Release 12.1]Information in this document applies to any platform.
Symptoms
Trying to create a table for partition exchange, using event 14529 to avoid ora-14097 due to columns with default values in the source table.
This fails with ora-7445 [kkdlGenKqldco()+1066]
alter session set events '14529 trace name context forever, level 512';
CREATE TABLE <exchange_table> AS SELECT * FROM <part_table> WHERE 1=0;
The session is terminated, and alert.log reports:
ORA-07445 [kkdlGenKqldco()+1066] [SIGSEGV] [ADDR:0x8] [PC:0x21BFAEA] [Address not mapped to object]
This occurs on 12.1.0.2, but not on 12.2
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |