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

Home -> Community -> Mailing Lists -> Oracle-L -> Net8 and FAILOVER parameter

Net8 and FAILOVER parameter

From: Louis Avrami <avramil_at_concentric.net>
Date: Tue, 25 Sep 2001 12:32:58 -0700
Message-ID: <F001.003984C1.20010925124522@fatcity.com>

Hello folks,

We are implementing an 8.1.7.2 automated hot standby database in a Solaris 2.8 environment. We don't have something like Veritas Cluster software so that we could set up a virtual IP address and toggle the virtual IP from the primary database server to the standby when a failover occurs.

Net8 does have a FAILOVER parameter, which instructs Net8, at connect time, to fail over to a different address if the first address fails. Here's what I think the configuration should look like:

net_service_name=
(description=
(failover=on)
(address=(protocol=tcp)(host=server1)(port=1521))
(address=(protocol=tcp)(host=server2)(port=1521))
(connect_data=(service_name=db1.acme.com)))

I have a couple of questions concerning the FAILOVER parameter:

  1. Does Net8 need to be shut down on the primary database if we fail over to the standby database? I'm thinking of a situation where the primary database has a problem, we fail over to the standby, but Net8 remains up on the primary. I'm thinking that, theoretically we could still tnsping the primary database, since Net8 is up. That would not be good, since we want to fail over.
  2. Is there a timing issue with the FAILOVER parameter? For example, will it it try to connect to the primary address for N seconds, then try the second address? The time delay while Net8 tries to go to the primary address may be unacceptable for the application.

If anyone can pass along any information it would be greatly appreciated.

Lou Avrami

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Louis Avrami
  INET: avramil_at_concentric.net

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 Tue Sep 25 2001 - 14:32:58 CDT

Original text of this message

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