Creating a table space

You must create a table space named ccm in your Oracle database to store Rational® Synergy data.

Example

The following SQL statement is an example of creating the ccm table space:
create tablespace ccm 
datafile '/sargasso1/oracle/oradata/sargasso/ccm01.dbf' size 500M
autoallocate extent management local;

Feedback