To create a WSRR database manually, you must edit and run the scripts that come with WebSphere® Service Registry and Repository, this topic tells you how to edit and run scripts associated with the Oracle database.
You must create the database using the UTF-8 code set. No other code sets will function
correctly.
Use the following values:
| Value | Description |
|---|---|
| $ACTDB_NAME | Activity logging database name. |
| $ACTDB_SCHEMA | Activity logging database schema. This must be the same as the value of $ACTDB_USER. |
| $ACTDB_USER | Activity logging database user ID. |
| $ACTDB_PASS | The password for $ACTDB_USER. |
| $DB_NAME | WSRR database name. |
| $DB_SCHEMA | WSRR database schema. This must be the same as the value of $DB_USER. |
| $DB_USER | User in the Oracle database (default is SYSTEM). |
| $DB_PASS | The password for $DB_USER |
| $ORACLEPATH | The Oracle installation directory. |
| $ORAUSER | The operating system ID owning the oracle installation (usually "oracle"). |
| $ORASYSPASS | The password for the oracle SYSTEM user. |
| $SIBDB_NAME | Service integration bus database name. |
| $SIBDB_SCHEMA | Service integration bus database schema. This must be the same as the value of $SIBDB_USER. |
| $SIBDB_USER | Service integration bus database user ID. |
| $SIBDB_PASS | The password for $SIBDB_USER |
| $SQLPATH | Path to the SQL files, for example: install_root/WSRR/dbscripts/oracle or install_media_root/dbscripts/oracle. |