Home » Server Options » RAC & Failsafe » RAC Configuration question
RAC Configuration question [message #183951] Mon, 24 July 2006 09:11 Go to next message
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 #186676 is a reply to message #183951] Wed, 09 August 2006 00:41 Go to previous messageGo to next message
tridentadm
Messages: 142
Registered: March 2006
Senior Member
LOAD_BALANCE=OFF

FAILOVER=ON
FAILOVER_MODE= ...

refer to ORACLE DOCs

http://download-uk.oracle.com/docs/cd/B10501_01/rac.920/a96600/haconfig.htm#1024031

Re: RAC Configuration question [message #192926 is a reply to message #186676] Thu, 14 September 2006 04:38 Go to previous message
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)
)
)
)
Previous Topic: RAC & Mirroring
Next Topic: Oracle 10g RAC VIP failover order
Goto Forum:
  


Current Time: Fri Apr 19 03:33:05 CDT 2024