
Installgen
Features and Benefits
Installgen
Demo Available for download...

# file: /u01/v901/network/admin/tnsnames.ora
# Features: This file provides configuration information for the Oracle Net8 configuration
# for clients to connect to either the primary or standby databases in a standby database configuration.
# TAF (transparent application failover) is used to automatically switch
# the connection from the primary to the standby database in a switchover or failover situation.
#
# Script Sequence#: 72
# Used By: Oracle Net8
# Copyright 2002 by .com Solutions Inc.
#
# ---------------------- Revision History ---------------
# Date By Changes
# 11-15-2001 dsimpson Initial Release
# This output file was created by Installgen version 1.38 on Sun Nov 10 14:51:56 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
PROD1 =(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=blade1))
(CONNECT_DATA=(SERVICE_NAME=prod1)(FAILOVER_MODE=(BACKUP=prod1s)
(TYPE=session)
(METHOD=basic)))
)
PROD1S =(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=ultra1))
(CONNECT_DATA=(SERVICE_NAME=prod1s))
)

