RAC services [message #333404] |
Fri, 11 July 2008 10:17 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
We have three node RAC and want to find what oracle service is configured which node (preferred, fail over etc). What command to use for
|
|
|
|
|
|
Re: RAC services [message #337612 is a reply to message #333444] |
Thu, 31 July 2008 07:18 |
sunil_v_mishra
Messages: 506 Registered: March 2005
|
Senior Member |
|
|
connect to each instance & then with the help of
SQL>show parameter service
you can know which services is running on particular instance.
Generally one instance are active, when that instance is down passive instance become active
Note :- we can have both instance as active instance.
|
|
|