Monday, July 25, 2022
How to supress ASR's for specific ORA-0600 alerts:
How to supress ASR's for specific ORA-0600 alerts:
Please revoke below changes provided by EM team:
-------------
1. Stop the agent that is monitoring the database
$/AGENT_INST/bin/emctl stop agent
2. Modify the entry in the /sysman/config/emd.properties file from:
adrAlertLogErrorCodeExcludeRegex=.*600.*
This should filter all the ORA-600 errors.
If the requirement is to filter only the "(ORA 700 [kskvmstatact: excessive swapping observed])" error, you can set:
adrAlertLogErrorCodeExcludeRegex=.*kskvmstatact.*
3. Save the file.
4. Start the agent
$/AGENT_INST/bin/emctl start agent
Thus you can use above example to file the particular stack you want to filter.
Note: replace .*kskvmstatact.* with the stack
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment