Oracle Database B10772-01 Administrator's Manual page 280

Database
Table of Contents

Advertisement

Connecting Clients Outside DCE to Oracle Servers in DCE
The listener.ora File
The
and the addresses at which the listener listens.
In the following example, each element is displayed on a separate line, to show the
file's structure. This is the recommended format, but you do not have to put each
element on a separate line. Be sure to include all the appropriate parentheses, and to
indent if you must continue an element on the next line.
This example assumes the UNIX operating system and the TCP/IP protocol for one
listener, and the DCE protocol for another listener. A single listener can have
multiple addresses. For example, instead of having two separate listeners for
different database instances on a server node, you could have one listener for both,
listening on both TCP/IP and on DCE. However, performance is improved with
separate listeners.
LSNR_TCP=
SID_LIST_LSNR_TCP=
LSNR_DCE=
(ADDRESS=
10-26 Oracle Database Advanced Security Administrator's Guide
The listener.ora File
The tnsnames.ora File
file resides on the listener node. It defines listener characteristics
listener.ora
(ADDRESS_LIST=
(ADDRESS=
(PROTOCOL=IPC)
(KEY=DB1)
)
(ADDRESS=
(PROTOCOL=tcp)
(HOST=rose)
(PORT=1521)
))
(SID_DESC=
(SID_NAME=ORASID)
(ORACLE_HOME=/usr/jprod/
)
(PROTOCOL=DCE)
(SERVER_PRINCIPAL=oracle)
(CELL_NAME=cell1)
(SERVICE=dce_svc))
SID_LIST_LSNR_DCE=
(SID_DESC=
Oracle Database
)

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Oracle Database B10772-01 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Database advanced security 10g release 1

Table of Contents