Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: RAC - setting up failover and load_balance

RE: RAC - setting up failover and load_balance

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Tue, 26 Aug 2003 14:24:32 -0800
Message-ID: <F001.005CD543.20030826142432@fatcity.com>


Well, that is because of your understanding of the word "failover". Don't be confused, there are other words
in desperate need of redefinition, too. One of them is "unbreakable". To make the long story short, "FAILOVER=ON" makes possible for Oracle*Net to skip the non-functioning
TNS descriptor, not that the application should simply fail over and continue from another node. The application will simply fail, without the desired "over", unless it's written using OCI, which is the only means for an
application to resume on one of the surviving nodes. In other words, it is the TNS descriptor that "fails over",
not your application. I hope that things are clearer now.    

--
Mladen Gogala
Oracle DBA 


-----Original Message-----
laura pena
Sent: Tuesday, August 26, 2003 5:49 PM
To: Multiple recipients of list ORACLE-L


So I have RAC setup ( Solaris 2.8 , Veritas DBE/AC 3.5 MP1 and HDS disks if
you are interested) and I am attempting to setup my failover and
loadbalancing from a client.
 
 
I brought down VLDBN1 
and  Thought I should fail over to VLDB2 ... but I did not.
 
 
Here is what I have in my tnsnames.ora:
 
VLDB =
(DESCRIPTION =
    (FAILOVER=ON)
    (LOAD_BALANCE = yes)
    (ADDRESS_LIST =

(ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.250.25)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.250.26)(PORT = 1521))
) (CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = VLDBN2)
(FAILOVER_MODE= (BACKUP=SECONDAY) (TYPE=select) (METHOD=basic) (RETRIES=5) (DELAY=5) ) ) ) SECONDARY = (DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.250.26)(PORT = 1521))
(CONNECT_DATA = (SERVICE_NAME = VLDBN2) ) ) Any ideas? _____ Do you Yahoo!? Yahoo! <http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com> SiteBuilder - Free, easy-to-use web site design software Note: This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mladen Gogala INET: mladen_at_wangtrading.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Tue Aug 26 2003 - 17:24:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US