RAC Configuration question [message #183951] |
Mon, 24 July 2006 09:11 |
hpaccess
Messages: 17 Registered: October 2005
|
Junior Member |
|
|
I wanted to configure 10.2 RAC for only HA purpose (for failover), but NOT for LOAD BALANCE. How can I do that?
Should i configure thru TAF or any other methods?
Could any one point to any document or any notes please?
|
|
|
|
Re: RAC Configuration question [message #192926 is a reply to message #186676] |
Thu, 14 September 2006 04:38 |
wsywin
Messages: 6 Registered: February 2006
|
Junior Member |
|
|
like this in the tnsnames.ora:
(FAILOVER = on)
(LOAD_BALANCE = no)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = test)
(FAILOVER_MOD=
(TYPE=SELECT)
(METHOD=SELECT)
(METHOD=BASIC)
(RETRIES=180)
(DELAY=5)
)
)
)
|
|
|