Creating an Oracle database

About this task

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

Create a directory for the Rational Synergy databases (for example, /data/ccmdb).

Note: To avoid losing files when you upgrade, do not put the database directory under the installation directory (ccm_home).
root# mkdir ccmdb
root# chown ccm_root ccmdb
root# chgrp ccm_root ccmdb
root# chmod 755 ccmdb

Feedback