DMT [message #322073] |
Thu, 22 May 2008 06:10 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sdhanuka
Messages: 173 Registered: March 2008
|
Senior Member |
|
|
Hey can anyone tell me about dictionary managed tablespaces or give me some useful links for the same. I have read a few articles but i have not understood what really is LMT & DMT.
Thanks
|
|
|
|
|
|
|
|
|
|
|
Re: DMT [message #322164 is a reply to message #322158] |
Thu, 22 May 2008 12:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sdhanuka
Messages: 173 Registered: March 2008
|
Senior Member |
|
|
alright
SQL> desc dba_tablespaces
Name Null? Type
----------------------------------------- -------- -----------------------
TABLESPACE_NAME NOT NULL VARCHAR2(30)
BLOCK_SIZE NOT NULL NUMBER
INITIAL_EXTENT NUMBER
NEXT_EXTENT NUMBER
MIN_EXTENTS NOT NULL NUMBER
MAX_EXTENTS NUMBER
PCT_INCREASE NUMBER
MIN_EXTLEN NUMBER
STATUS VARCHAR2(9)
CONTENTS VARCHAR2(9)
LOGGING VARCHAR2(9)
FORCE_LOGGING VARCHAR2(3)
EXTENT_MANAGEMENT VARCHAR2(10)
ALLOCATION_TYPE VARCHAR2(9)
PLUGGED_IN VARCHAR2(3)
SEGMENT_SPACE_MANAGEMENT VARCHAR2(6)
so those tables are not a part of data dictionary??
|
|
|
|
|