Skip to Main Content
  • Questions
  • Cannot create dictionary managed tablespace

Breadcrumb

Question and Answer

Tom Kyte

Thanks for the question, Nguy.

Asked: December 27, 2004 - 11:16 pm UTC

Last updated: January 07, 2005 - 2:05 am UTC

Version: 9.2.0

Viewed 1000+ times

You Asked

Hello Tom,

Please help me!
I attended to create a dictionary tablespace, but it generated an error as follows:

SQL> create tablespace tools01
2 datafile 'c:\ora92\oradata\u05\tools01.dbf' size 100M
3 extent management dictionary
4 ;
create tablespace tools01
*
ERROR at line 1:
ORA-12913: Cannot create dictionary managed tablespace

Thank you very much indeed!

and Tom said...

Excellent -- that is perfect, for the simple reason that there is 0% chance you actually WANT A DICTIONARY managed tablespace. but in any case this results from:

[tkyte@localhost tkyte]$ !oerr
oerr ora 12913
12913, 00000, "Cannot create dictionary managed tablespace"
// *Cause: Attemp to create dictionary managed tablespace in database
// which has system tablespace as locally managed
// *Action: Create a locally managed tablespace.

[tkyte@localhost tkyte]$



When system is a perfect LMT, all tablespaces will be perfect LMT's.



Rating

  (2 ratings)

Is this answer out of date? If it is, please let us know via a Comment

Comments

How to creat a dictionary

Phary, January 07, 2005 - 2:05 am UTC

Please help me about that title. Do you know some of database that writting to create sofeware to do it easy or not?

Thanks for help

DMT on LMT

prasad, February 24, 2010 - 4:51 am UTC

When ur system uses perfect LMT, all tablespaces will be perfect LMT's.
so u cant create DMT on LMT.........!