Oracle Database B10772-01 Administrator's Manual page 265

Database
Table of Contents

Advertisement

Configuring Oracle Database and Oracle Net Services for Oracle DCE Integration
Verify that these lines are in the initialization parameter file:
1.
REMOTE_OS_AUTHENT=FALSE
OS_AUTHENT_PREFIX=""
Verify that the initialization parameter file does not have a multi-threaded
2.
server (MTS) entry for DCE. For example, an entry such as the following is not
permitted:
mts_dispatchers="(PROTOCOL=dce)(DISPATCHERS=3)"
The MTS_DISPATCHERS initialization parameter is obsolete
Note:
in 10g Release 1 (10.1). See Oracle Database Upgrade Guide for further
details.
Ensure that you are logged on as a member of the DBA group. Restart the
3.
database instance for the changes to take effect.
At the SQL*Plus prompt, define users. Before doing so, decide whether you are,
4.
or ever will be, operating in a multi-cell DCE environment in which you let
Oracle access across cell boundaries. The way you define users depends on
whether they are connecting within a single cell or across cell boundaries.
Local Cell:
If users are connecting within a local cell, use the following format:
SQL> CREATE USER server_principal IDENTIFIED EXTERNALLY;
SQL> GRANT CREATE SESSION TO server_principal;
For example:
SQL> CREATE USER oracle IDENTIFIED EXTERNALLY;
SQL> GRANT CREATE SESSION TO oracle;
The entire CELL_NAME/SERVER_PRINCIPAL string must be 30 characters or
less (this is an Oracle Database restriction—not a restriction of the DCE adapter).
For example:
SQL> CREATE USER "CELL1/ORACLE" IDENTIFIED EXTERNALLY;
SQL> GRANT CREATE SESSION TO "CELL1/ORACLE";
Multiple Cells:
Configuring Oracle DCE Integration 10-11

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?

This manual is also suitable for:

Database advanced security 10g release 1

Table of Contents