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: An OPS & tnsnames question

RE: An OPS & tnsnames question

From: <Ed.Haskins_at_VerizonWireless.com>
Date: Wed, 29 Aug 2001 10:12:39 -0700
Message-ID: <F001.0037B6DF.20010829093117@fatcity.com>

Look at Transparent Application Failover as a Net8 option. You'll need to determine Oracle Client compatibility / requirements with such!

Ed Haskins
Oracle DBA
Verizon Wireless

-----Original Message-----
Sent: Wednesday, August 29, 2001 11:15 AM To: Multiple recipients of list ORACLE-L

Dear list !
I've got an OPS database named OPS with 2 instances OPS1 and OPS2 . I want the users to connect to OPS1 and ONLY if it is down , to connect to OPS2.
It's Oracle 8.0.5.1 on NT4.

I put the following lines in clients' tnsnames.ora file :

OPS.world = (DESCRIPTION_LIST =

        (DESCRIPTION = 
          (ADDRESS = (PROTOCOL = tcp) (HOST = DB1) (PORT = 1526))
          (CONNECT_DATA = (SID = OPS1))
        )
        (DESCRIPTION = 
          (ADDRESS = (PROTOCOL = tcp) (HOST = DB2) (PORT = 1526))
          (CONNECT_DATA = (SID = OPS2))
        )

)

This works perfectly fine except for the case when OPS1 instance is down , but the listener is up.
Then clients try to connect to OPS1 and fail - "Oracle not available" . When i bring the listener on OPS1 host down - everybody perfectly connect to OPS2. Is there a solution ?
Thanks a lot in advance !

DBAndrey

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Andrey Bronfin
  INET: andreyb_at_elrontelesoft.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Ed.Haskins_at_VerizonWireless.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Aug 29 2001 - 12:12:39 CDT

Original text of this message

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