ORA-07445: exception encountered: core dump [qmcxpmapDefPfxId()+378] using xmltype.getclobval
(Doc ID 2498810.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 to 12.1.0.2 [Release 11.2 to 12.1]Information in this document applies to any platform.
Symptoms
On 11.2.0.4 - A query on xmltype data raises an ORA-7445 error.
select incoming.EVENT_EXTERNAL_ID, incoming.XML, incoming.ID, incoming.EVENT_YPE, dbms_lob.getlength(xmltype.getclobval(incoming.XML)), incoming.RECEIVED_TIME from <table> incoming
where
incoming.RECEIVED_TIME >= TO_TIMESTAMP(:"SYS_B_0", :"SYS_B_1")
--and incoming.RECEIVED_TIME < TO_TIMESTAMP('2017/09/16 00:00:00', 'YYYY/MM/DD HH24:MI:SS')
--and incoming.ID = '<path>'
--and
--incoming.EVENT_TYPE='CallPhaseEventType'
order by dbms_lob.getlength(xmltype.getclobval(incoming.XML)) desc
ERROR
-----------------------
ORA-07445: exception encountered: core dump [qmcxpmapDefPfxId()+378] [SIGSEGV] [ADDR:0x0] [PC:0x2EC7E06] [SI_KERNEL(general_protection)] []
Changes
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 |
Changes |
Cause |
Solution |
References |