Hi,
I am trying to ignore an ORA-07445 error that is appearing in the alert log and updated OEM template to filter out this error. Still I am receiving OEM alerts about this error. Following is the change I did in the template:
Before Change: .*ORA-0*(54|1142|1146)\D.*
After change: .*ORA-0*(54|1142|1146)\D.*|.*|.*ORA-07445:.*\[memcpy()+17[^\]]*\].*
Also tried : .*ORA-0*(54|1142|1146)\D.*|.*|.*ORA-07445:.*\[memcpy[^\]]*\].*
The change was done by navigating to Enterprise Manager> Monitoring> Monitoring Templates and editing the template. Can someone please help with the correct value?
Thanks
Sarika