Im trying to create a dictionary managed tablespace on my Oracle 9.2.0.1 TEST database, where i have all others tablespaces Locally managed created.
I dont know why, but i cant create a Dictionary-Managed tablespace, could anybody bring me some help please ?
this is the SQL used
CREATE TABLESPACE DATA2
DATAFILE 'D:\BASETEST\TEST\ORADATA\DATA21.DBF' SIZE 10M
EXTENT MANAGEMENT DICTIONARY
DEFAULT STORAGE (
INITIAL 50K
NEXT 50K
MINEXTENTS 2
MAXEXTENTS 50
PCTINCREASE 0);
Bookmarks