Creating a table space

About this task

You must create a table space named ccm in your Oracle database for Rational Synergy data storage. The following SQL statement is an example of creating the ccm table space:

create table space ccm 
datafile '/sargasso1/oracle/oradata/sargasso/ccm01.dbf' size 
500M
autoallocate extent management local;

Feedback