Data Dictionary of Oracle 11g



Index | Home | Forums

Table Name Description
ALL_ALL_TABLES Description of all object and relational tables accessible to the user

Column ID Column name Data type Length Precision NULL Description
1OWNERVARCHAR230(null)YOwner of the table
2TABLE_NAMEVARCHAR230(null)YName of the table
3TABLESPACE_NAMEVARCHAR230(null)YName of the tablespace containing the table
4CLUSTER_NAMEVARCHAR230(null)YName of the cluster, if any, to which the table belongs
5IOT_NAMEVARCHAR230(null)YName of the index-only table, if any, to which the overflow or mapping table entry belongs
6STATUSVARCHAR28(null)YStatus of the table will be UNUSABLE if a previous DROP TABLE operation failed, VALID otherwise
7PCT_FREENUMBER22(null)YMinimum percentage of free space in a block
8PCT_USEDNUMBER22(null)YMinimum percentage of used space in a block
9INI_TRANSNUMBER22(null)YInitial number of transactions
10MAX_TRANSNUMBER22(null)YMaximum number of transactions
11INITIAL_EXTENTNUMBER22(null)YSize of the initial extent in bytes
12NEXT_EXTENTNUMBER22(null)YSize of secondary extents in bytes
13MIN_EXTENTSNUMBER22(null)YMinimum number of extents allowed in the segment
14MAX_EXTENTSNUMBER22(null)YMaximum number of extents allowed in the segment
15PCT_INCREASENUMBER22(null)YPercentage increase in extent size
16FREELISTSNUMBER22(null)YNumber of process freelists allocated in this segment
17FREELIST_GROUPSNUMBER22(null)YNumber of freelist groups allocated in this segment
18LOGGINGVARCHAR23(null)YLogging attribute
19BACKED_UPVARCHAR21(null)YHas table been backed up since last modification?
20NUM_ROWSNUMBER22(null)YThe number of rows in the table
21BLOCKSNUMBER22(null)YThe number of used blocks in the table
22EMPTY_BLOCKSNUMBER22(null)YThe number of empty (never used) blocks in the table
23AVG_SPACENUMBER22(null)YThe average available free space in the table
24CHAIN_CNTNUMBER22(null)YThe number of chained rows in the table
25AVG_ROW_LENNUMBER22(null)YThe average row length, including row overhead
26AVG_SPACE_FREELIST_BLOCKSNUMBER22(null)YThe average freespace of all blocks on a freelist
27NUM_FREELIST_BLOCKSNUMBER22(null)YThe number of blocks on the freelist
28DEGREEVARCHAR210(null)YThe number of threads per instance for scanning the table
29INSTANCESVARCHAR210(null)YThe number of instances across which the table is to be scanned
30CACHEVARCHAR25(null)YWhether the table is to be cached in the buffer cache
31TABLE_LOCKVARCHAR28(null)YWhether table locking is enabled or disabled
32SAMPLE_SIZENUMBER22(null)YThe sample size used in analyzing this table
33LAST_ANALYZEDDATE7(null)YThe date of the most recent time this table was analyzed
34PARTITIONEDVARCHAR23(null)YIs this table partitioned? YES or NO
35IOT_TYPEVARCHAR212(null)YIf index-only table, then IOT_TYPE is IOT or IOT_OVERFLOW or IOT_MAPPING else NULL
36OBJECT_ID_TYPEVARCHAR216(null)YIf user-defined OID, then USER-DEFINED, else if system generated OID, then SYST EM GENERATED
37TABLE_TYPE_OWNERVARCHAR230(null)YOwner of the type of the table if the table is an object table
38TABLE_TYPEVARCHAR230(null)YType of the table if the table is an object table
39TEMPORARYVARCHAR21(null)YCan the current session only see data that it place in this object itself?
40SECONDARYVARCHAR21(null)YIs this table object created as part of icreate for domain indexes?
41NESTEDVARCHAR23(null)YIs the table a nested table?
42BUFFER_POOLVARCHAR27(null)YThe default buffer pool to be used for table blocks
43ROW_MOVEMENTVARCHAR28(null)YWhether partitioned row movement is enabled or disabled
44GLOBAL_STATSVARCHAR23(null)YAre the statistics calculated without merging underlying partitions?
45USER_STATSVARCHAR23(null)YWere the statistics entered directly by the user?
46DURATIONVARCHAR215(null)YIf temporary table, then duration is sys$session or sys$transaction else NULL
47SKIP_CORRUPTVARCHAR28(null)YWhether skip corrupt blocks is enabled or disabled
48MONITORINGVARCHAR23(null)YShould we keep track of the amount of modification?
49CLUSTER_OWNERVARCHAR230(null)YOwner of the cluster, if any, to which the table belongs
50DEPENDENCIESVARCHAR28(null)YShould we keep track of row level dependencies?
51COMPRESSIONVARCHAR28(null)YWhether table compression is enabled or not
52COMPRESS_FORVARCHAR218(null)YCompress what kind of operations
53DROPPEDVARCHAR23(null)YWhether table is dropped and is in Recycle Bin

Index | Home | Forums

This page was created by oracleabc.com on Dec 31,2007 18:49:13
General comments and questions regarding this document should be sent by email to info@oracleabc.com or post your comments here