Administrator
|
Why do you want to do that with Oracle Alert?
By definition, Oracle alerts is defined for the database events.
However; there is no table that you can query for determining the current status of oacore.
it is also not worth building such a mechanism for querying a managed server status from the database.
Well, you can write a bash script and let the crontab to do the rest of the work.
Alternatively, you can use WebLogic Diagnostic Framework or WLDF to let Weblogic itself do this work.
|