Script exemplo de como criar um table space

 

create tablespace ts_crm
    datafile 'D:\oracle\product\oradata\dtstest\df_crm.dbf' size 500 M  autoextend on next 50 M;