Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: oem 10.2 question
I finaly got this work, the following is the solution.
SOLUTION / ACTION PLAN
SQL>@?/rdbms/admin/catalrt.sql
3. Run the following statements
SQL> select OWNER, NAME, QUEUE_TABLE from dba_queues where NAME like '%ALERT%'; Two rows should be returned:
OWNER NAME QUEUE_TABLE
-------------------- -------------------- ------------------------------SYS ALERT_QUE ALERT_QT
Joan Hsieh wrote:
> Is there any way to check the alert log and sent email if oem10gR2 found
> any ora- errors? I can see the alert log entries contains ora-errors
> but couldn't find a way to sent email to dbas. Database up/down was sent
> email automatically without problems.
>
> Thanks,
>
> Joan
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jan 26 2007 - 09:52:03 CST
![]() |
![]() |