Use the ccmdb create command to create a Rational® Synergy root database for a new model installation.
This command creates a database without a model, which means that the database contains no roles, types, users, and so on. Such databases are intended for use only by model developers.
To run this command, you must log on as the Oracle user who has write privileges for the appropriate tasks. For more information, see Setting up user privileges for Oracle.
database_path
Specifies the path to the new database.
-e|-empty
Specifies that the database must be empty. Creates a database without a model or contents.
-p|-space dbspace
Specifies the dbspace to be used by the database server for the new database. By default, the ccm dbspace is used. You can specify a different dbspace for the database server on which you are creating the database.
-s|-server servername
Specifies the database server. This option requires that the ORACLE_SID is set, or the servername to be specified with the ORACLE_SID environment variable. If the -s servername argument is specified, it supersedes the ORACLE_SID environment variable.