Creating an Oracle database

Use these instructions to create an Oracle database for use with Rational® Synergy.

Before you begin

Ensure that an Oracle database has been created and is open. For more information, see Preparing an Oracle database.

Note: To avoid losing files when you upgrade, do not put the database directory under the installation directory (ccm_home).

Procedure

Create a directory for the Rational Synergy databases (for example, /data/ccmdb) using the following commands:
  1. root# mkdir ccmdb
  2. root# chown ccm_root ccmdb
  3. root# chgrp ccm_root ccmdb
  4. root# chmod 755 ccmdb

Feedback