Tworzenie przestrzeni tabel
CREATE TABLESPACE nazwa DATAFILE ’ plik’ SIZE int [K|M]
DEFAULT STORAGE opis składowania
create tablespace LAB_DANE
datafile ‘c:\lab\lab_dane01.dbf’ size 50M,
datafile ‘d:\lab\lab_dane02.dbf’ size 20M
autoextend on next 10M maxsize 50M
(initial 1M next 1M maxextents 100 pctincrease 10);