ORA-07445 [KKEXDOICF()+4343] [ADDRESS NOT MAPPED TO OBJECT] When Using Oracle Text Search Feature
(Doc ID 2671833.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 18.5.0.0.0 to 20.1 Preview [Release 18 to 20.0]Information in this document applies to any platform.
Symptoms
A BETWEEN clause combined with a CONTAINS clause can raise an exception.
SELECT COUNT(*)
FROM (SELECT docid FROM docs WHERE
(contains( ... ) > 0
AND (( ... BETWEEN 120040101 AND 120040101
OR ... BETWEEN 120040401 AND 120040430) )));
SELECT
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 6339
Session ID: 137 Serial number: 63217
######################################################
In alert log:
ORA-07445: exception encountered: core dump [kkexdoicf()+4344] [SIGSEGV] [ADDR:0x68] [PC:0x9974FF8] [Address not mapped to object] []
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 |