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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to