script to check the opmnctl all status [message #349218] |
Fri, 19 September 2008 06:18 |
bnprao
Messages: 2 Registered: September 2008 Location: India
|
Junior Member |
|
|
Hi All,
I need to write an OS script and schedule it on windows, to check opmnctl all status and to send an email notification if any of the components are down.I could write it only till here:
set ORACLE_HOME=E:\OraHome_1
set PATH=%ORACLE_HOME%\bin;%PATH%;
cd C:\OracleAS\OraHome_1\opmn\bin
opmnctlall status
Can someone help me with the rest of the script.
Thanks,
BN
[Updated on: Fri, 19 September 2008 06:21] Report message to a moderator
|
|
|