Corporation Network Router User Manual

Configuring Oracle Database and Oracle Net Services for Oracle DCE Integration
10-8 Oracle Database Advanced Security Administrator's Guide
Configuring Oracle Database and Oracle Net Services for Oracle DCE
Integration
This section describes how to configure an Oracle database server and Oracle Net
Services to use Oracle DCE Integration after it has been successfully installed. It
contains the following topics:
DCE Address Parameters
Task 1: Configure the Server
Task 2: Create and Name Externally Authenticated Accounts
Task 3: Set up DCE Integration External Roles
Task 4: Configure DCE for SYSDBA and SYSOPER Connections to Oracle
Databases
Task 5: Configure the Client
Task 6: Configure Clients to Use DCE CDS Naming
DCE Address Parameters
DCE addresses in the listener.ora and tnsnames.ora configuration files are
defined by DCE parameters, illustrated in the following:
ADDRESS=(PROTOCOL=DCE)(SERVER_PRINCIPAL=server_name)(CELL_NAME=cell_name)
(SERVICE=dce_service_name))
These parameters are described by Table 10–1:
Table 10–1 DCE Address Parameters and Definitions
Component Description
PROTOCOL A mandatory field that identifies the DCE RPC protocol.
SERVER_PRINCIPAL A mandatory field for the server and an optional field for the
client. The server authenticates itself to DCE as this principal.
This field is mandatory in the listener configuration file
(listener.ora) and specifies the principal the server will
start under. This field is optional in your local naming
configuration file (tnsnames.ora) and specifies the principal
of the server the client must connect to. If not specified, then
one-way authenticationis used. In this case, the client does not
care what principal the server is running under.