Slajd PPT
Tworzenie dodatkowych przestrzeni tabel
- utworzyć dodatkowe przestrzenie tabel
- dla danych
- dla indeksów
- temporalną
- dla segmentów wycofania
datafile 'c:\lab\dane01.dbf' size 4M online;
create tablespace INDEKSY
datafile ’d:\lab\indeksy01.dbf' size 4M online;
datafile ’e:\lab\temp01.dbf' size 2M temporary online;
datafile ’e:\lab\rbs01.dbf' size 2M online;