Today's Birthday
Quote of the Day
This Day in History

Sunday, June 3, 2007

Sample tnsnames.ora

This is a sample tnsnames.ora file


#
# Sample tnsnames.ora - Ramakrishna Nemani
#
#
# The following is the general syntax for any entry in
# a tnsnames.ora file. There could be several such entries
# tailored to the user's needs.
#
sls1.world =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = us6atlp1)(PORT = 1521))
(CONNECT_DATA =
(SID = cmad)
(ORACLE_HOME = /apps/oracle/product/10.2.0)
(service_names = sls1)
)
)
sls2.world =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = us6atlp1)(PORT = 1521))
(CONNECT_DATA =
(SID = stgt)
(ORACLE_HOME = /apps/oracle/product/10.2.0)
(service_names = sls2)
)
)

No comments:

Post a Comment