After installing an Oracle database server, you must configure
the init.ora file for the IBM® Security Identity Manager database.
Before you begin
You need to have the Oracle database server installed.
Procedure
- Copy the init.ora file.
- Based on your environment requirements, tune the value
of the following parameters in the initdb_name.ora file:
db_name=itimdb
compatible=<version number>
processes=150
shared_pool_size=50000000
Additionally, define three
control files for the IBM Security Identity Manager database.
This example statement defines the control files for the UNIX operating system:
control_files=(ORACLE_HOME/oradata/db_name/control01.ctl,
ORACLE_HOME/oradata/db_name/control02.ctl,
ORACLE_HOME/oradata/db_name/control03.ctl)
Use the IBM Security Identity Manager Performance
Tuning Guide to tune Oracle database for all systems for
both production and test environments.
- Manually create all the directories defined in the initdb_name.ora file.
What to do next
Set the environment variables.