Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Net8 and FAILOVER parameter
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:
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-LReceived on Tue Sep 25 2001 - 14:32:58 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |