error while creating Dictionary managed Tablespace [message #174051] |
Thu, 25 May 2006 14:11 |
it_me24
Messages: 167 Registered: March 2006 Location: delhi
|
Senior Member |
|
|
I want to create a Dictionary managed tablespace when i try fire the statement
create tablespace test_tbs datafile 'd:\oracle\oradata\test_tbs.dbf' size 100m
EXTENT MANAGEMENT DICTIONARY;
I am getting error
CANNOT CREATE DICTIONARY MANAGED TABLESPACE
why?
I tried
create tablespace test_tbs datafile 'd:\oracle\oradata\test_tbs.dbf' size 100m
EXTENT MANAGEMENT DICTIONARY
default storage(Initial 1m next 1m pctincrease 0);
still same
can anybody help.
thanks in advance
|
|
|
|
|
|
|