Oracle Enterprise Manager is not reporting ora-609
Currently our current oem setup on our target databases does not inform us when a ora-609 occures
Our oem is version 13.2
databases range from 11 to 12.2
The metric Generic alert log error has the following warning mask ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9] for the impacted databases ( eg dd05)
the alert log filter expression is set to .*ORA-0*(54|1142|1146)\D.*
our goal is to force oem to see the ora-609
we tried altering the warning mask to the following values
ora-609
ORA-609
ORA*
*ORA*
.*ORA-609
.*ORA*
%ORA%
''ORA''
*ORA-0*(54|1142|1146|00060|604|1013)\D.*|.*ORA-609$
ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9]|ORA-609
.*ORA-0*(54|1142|1146)\D.*
ORA-*(609?|7445|4[0-9][0-9][0-9])[^0-9]