Hi,
I'm trying to get rid of a stale alert from Enterprise Manager from August this year. The procedure is to find the row containing the alert in the Sysman.MGMT_Severity table and delete that row. Then the alert disappears. This has worked previously.
This time i deleted the row using SQL Manager for Oracle but the alert still remains in Enterprise Manager.
Now the situation is that i can no longer see the row in question in SQL Manager but if i do the following select statement:
SQL> select * from sysman.mgmt_severity where message='81% of archive area C:\Oracle\Multiplex\ArchiveLogs\ is used.';
then it returns 3 rows.
I have tried a fresh installation of SQL Manager on a new server just to make sure i wasn't looking at cached results or something. I have tried bouncing the database.
Since the last word in Oracle is the command line i assume the row is still there, would there be any reason why i can no longer see it in SQL Manager? I am about to try Toad instead....
I'm trying to get rid of a stale alert from Enterprise Manager from August this year. The procedure is to find the row containing the alert in the Sysman.MGMT_Severity table and delete that row. Then the alert disappears. This has worked previously.
This time i deleted the row using SQL Manager for Oracle but the alert still remains in Enterprise Manager.
Now the situation is that i can no longer see the row in question in SQL Manager but if i do the following select statement:
SQL> select * from sysman.mgmt_severity where message='81% of archive area C:\Oracle\Multiplex\ArchiveLogs\ is used.';
then it returns 3 rows.
I have tried a fresh installation of SQL Manager on a new server just to make sure i wasn't looking at cached results or something. I have tried bouncing the database.
Since the last word in Oracle is the command line i assume the row is still there, would there be any reason why i can no longer see it in SQL Manager? I am about to try Toad instead....