Temporalna przestrzeń tabel
create tablespace LAB_TEMP
datafile ‘c:\lab\lab_temp.dbf’ size 20M
(initial 1M next 1M maxextents 20 pctincrease 0)
- wykorzystywana do sortowania
- nie może zawierać trwałych danych
alter tablespace LAB_TEMP permanent;
alter tablespace LAB_TEMP temporary;
- zmiana typu TEMPORARY-PERMANENT