Configuring Sql*Net V2 Or Net8 Tns Listener - HP Data Protector A.06.11 Integration Manual

Zero downtime backup for oracle, sap r/3, microsoft sql server, microsoft exchange server, and microsoft volume shadow copy service
Hide thumbs Also See for Data Protector A.06.11:
Table of Contents

Advertisement

Configuring SQL*Net V2 or Net8 TNS listener

1.
Ensure that the listener.ora and tnsnames.ora files on the application
system are configured as shown in the following example. The files are located
in:
UNIX: ORACLE_HOME/network/admin
Windows: ORACLE_HOME\network\admin
Example
Oracle instance: PRO
Application system: alpha.hp.com
listener.ora
tnsnames.ora
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = TCP) (HOST = alpha.hp.com)
(PORT = 1522)
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = PRO)
(SID_NAME = PRO)
(ORACLE_HOME = /app/oracle815/product)
)
)
PRO =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)
(HOST = alpha.hp.com) (PORT = 1522))
)
(CONNECT_DATA =
)
)
Zero downtime backup integration guide
(SERVICE_NAME = PRO)
177

Advertisement

Table of Contents
loading

Table of Contents