Installing Oracle Identity Management Components Only (Including Oracle Internet Directory)
Table 4–7
Steps for Installing OracleAS Metadata Repository in a New Database
Screen
1.
--
2.
Select Configuration
Options
3.
Register OracleAS
Metadata Repository
4.
Specify Oracle Internet
Directory Login
5.
Oracle Database screens
6.
--
7.
--
4.23 Installing Oracle Identity Management Components Only (Including
Oracle Internet Directory)
Perform this procedure to install Oracle Identity Management components without
installing an OracleAS Metadata Repository.
4-16 Oracle Application Server Installation Guide
Action
Start up the installer and complete the first few screens. See
Fragment: The First Few Screens of the Installation"
Notes:
In the Select Installation Type screen, select Metadata Repository.
■
Do not select High Availability and Replication.
Click Next.
If you already have an Oracle Internet Directory and know its connect information,
select Yes and enter the name of the computer where Oracle Internet Directory is
running and the port number. See
Used by Components"
if you do not know the port number.
Use Only SSL Connections with this Oracle Internet Directory: Select this option
if you want Oracle Application Server components to use only SSL to connect to
Oracle Internet Directory.
If you do not have an Oracle Internet Directory, or do not know its connect
information, select No.
Click Next.
This screen appears only if you selected Yes in the previous screen.
Username: Enter the username for logging into Oracle Internet Directory. The user
must belong to the iAS Admins group in Oracle Internet Directory.
Password: Enter the password.
Realm: This field appears only if your Oracle Internet Directory contains multiple
realms. Enter the name of the realm against which to authenticate the user.
Click Next.
Enter information for the OracleAS Metadata Repository database. See
Section 4.29, "Install Fragment: Database
Finish the installation. See
Section 4.28, "Install Fragment: The Last Few Screens of
the Installation"
for details.
Unlock the dcm schema, and set its password. This step is required only if you
want to use the metadata repository for database clustering of middle-tier
instances.
Set the ORACLE_HOME environment variable to point to the full path of the
1.
directory where you installed the OracleAS Metadata Repository.
Set the ORACLE_SID environment variable to the SID of the OracleAS
2.
Metadata Repository.
Unlock the dcm schema and set its password using SQL*Plus.
3.
The following alter user command sets the password to "welcome1", but
you can set it to any value.
prompt> $ORACLE_HOME/bin/sqlplus "sys/password as sysdba"
SQL> alter user dcm identified by welcome1 account unlock;
Section 4.27, "Install
for details.
Section 4.17, "How to Determine Port Numbers
Screens".
Need help?
Do you have a question about the Application Server B32100-01 and is the answer not in the manual?