Operating System - HP-UX
1752785 Members
5848 Online
108789 Solutions
New Discussion

Integration of Oracle 9i with Service Guard

 
David Almada
Occasional Contributor

Integration of Oracle 9i with Service Guard

Hi everyone,
How can I integrate Oracle 9i with Service Guard? I mean the monitoring script, start and stop.
Thanks in advance

David
1 REPLY 1
Brian Crabtree
Honored Contributor

Re: Integration of Oracle 9i with Service Guard

You will need to change the use of "svrmgrl" to "sqlplus /nolog". Also, change "connect internal" to something like "connect / as sysdba" or "connect system/manager as sysdba".

Brian