Oracle B32100-01 User Manual

Page of 258
Installing Oracle Identity Management Components Only (Including Oracle Internet Directory)
4-16
Oracle Application Server Installation Guide
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.
Table 4–7
Steps for Installing OracleAS Metadata Repository in a New Database
Screen
Action
1.
--
Start up the installer and complete the first few screens. See 
 for details.
Notes:
In the Select Installation Type screen, select Metadata Repository.
2.
Select Configuration 
Options
Do not select High Availability and Replication.
Click Next.
3.
Register OracleAS 
Metadata Repository
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 
 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.
4.
Specify Oracle Internet 
Directory Login
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.
5.
Oracle Database screens
Enter information for the OracleAS Metadata Repository database. See 
.
6.
--
Finish the installation. Se
 for details.
7.
--
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.
1.
Set the ORACLE_HOME environment variable to point to the full path of the 
directory where you installed the OracleAS Metadata Repository.
2.
Set the ORACLE_SID environment variable to the SID of the OracleAS 
Metadata Repository.
3.
Unlock the dcm schema and set its password using SQL*Plus.
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;