My Oracle Support Banner

ORA-7445 [dbgrlrReadAlertMsg] on SELECT FROM X$DBGALERTEXT or a View Based On It (Doc ID 1433214.1)

Last updated on JANUARY 30, 2022

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.2.0 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

A query on X$DBGALERTEXT (or any view based on this fixed table) results in:

ORA-07445: exception encountered: core dump [dbgrlrReadAlertMsg()+1107] [SIGSEGV] [ADDR:0x7] [PC:0x8D0C17B] [Address not mapped to object] []


The call stack reported in the incident trace file contains:

dbgrlrReadAlertMsg dbgrxae_alert_ex dbgrmqmif_internal_fetch dbgrmqmf_fetch_real dbgrmqmf_fetch dbgrip_fetch_record dbgrip_relation_iterator dbkrx_alertextcb qerfxFetch qersoProcessULS qersoFetch opifch2 kpoal8 opiodr ttcpip opitsk opiino opiodr opidrv sou2o opimai_real ssthrdmain main _start


The current SQL in the generated incident tracefile in this case looks similar to:

----- Current SQL Statement for this session (sql_id=dzkcu8f0wa0gw) -----

SELECT originating_timestamp "DATE TIME", message_text
FROM SYS.v_dbgalertext
WHERE originating_timestamp > (select last_run_date from db_admin.alert_message_control) AND message_text LIKE '%ORA-%'
ORDER BY originating_timestamp


The issues seem related to a corrupted log.xml file. You could see a variety of issues depending on what and where the problem is within the log.xml file. The following are examples of what you might see when issuing "show alert" from within the ADRCI command prompt:

Changes

Some external event caused the log.xml to become corrupt.

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.