SQL Commands

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Home User: SYS

Logout

Help

Home > SQL > SQL Commands

Autocommit

Display

Results

Explain

Describe

Saved SQL History

Object Type VIEW Object DBA_TABLES


Table
DBA_TABLES OWNER TABLE_NAME TABLESPACE_NAME CLUSTER_NAME IOT_NAME STATUS PCT_FREE PCT_USED INI_TRANS MAX_TRANS INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE FREELISTS FREELIST_GROUPS LOGGING BACKED_UP NUM_ROWS BLOCKS EMPTY_BLOCKS AVG_SPACE CHAIN_CNT AVG_ROW_LEN AVG_SPACE_FREELIST_BLOCKS NUM_FREELIST_BLOCKS DEGREE INSTANCES CACHE TABLE_LOCK SAMPLE_SIZE LAST_ANALYZED PARTITIONED IOT_TYPE TEMPORARY SECONDARY NESTED BUFFER_POOL ROW_MOVEMENT GLOBAL_STATS USER_STATS DURATION SKIP_CORRUPT MONITORING CLUSTER_OWNER DEPENDENCIES COMPRESSION DROPPED

Column

Data Type
Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Number Number Number Number Number Number Number Number Number Number Number Varchar2 Varchar2 Number Number Number Number Number Number Number Number Varchar2 Varchar2 Varchar2 Varchar2 Number Date Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2 Varchar2

Length
30 30 30 30 30 8 3 1 10 10 5 8 7 3 12 1 1 3 7 8 3 3 15 8 3 30 8 8 3

Precision
-

Scale
-

Primar y Key
-

Nullable
-

Default
Owner of the table Name of the table

Comment

Name of the tablespace containing the table Name of the cluster, if any, to which the table belongs Name of the index-only table, if any, to which the overflow or mapping table entry belongs Status of the table will be UNUSABLE if a previous DROP TABLE operation failed, VALID otherwise Minimum percentage of free space in a block Minimum percentage of used space in a block Initial number of transactions Maximum number of transactions Size of the initial extent in bytes Size of secondary extents in bytes Minimum number of extents allowed in the segment Maximum number of extents allowed in the segment Percentage increase in extent size Number of process freelists allocated in this segment Number of freelist groups allocated in this segment Logging attribute Has table been backed up since last modification? The number of rows in the table The number of used blocks in the table The number of empty (never used) blocks in the table The average available free space in the table The number of chained rows in the table The average row length, including row overhead The average freespace of all blocks on a freelist The number of blocks on the freelist The number of threads per instance for scanning the table The number of instances across which the table is to be scanned Whether the table is to be cached in the buffer cache Whether table locking is enabled or disabled The sample size used in analyzing this table The date of the most recent time this table was analyzed Is this table partitioned? YES or NO If index-only table, then IOT_TYPE is IOT or IOT_OVERFLOW or IOT_MAPPING else NULL Can the current session only see data that it place in this object itself? Is this table object created as part of icreate for domain indexes? Is the table a nested table? The default buffer pool to be used for table blocks Whether partitioned row movement is enabled or disabled Are the statistics calculated without merging underlying partitions? Were the statistics entered directly by the user? If temporary table, then duration is sys$session or sys$transaction else NULL Whether skip corrupt blocks is enabled or disabled Should we keep track of the amount of modification? Owner of the cluster, if any, to which the table belongs Should we keep track of row level dependencies? Whether table compression is enabled or not Whether table is dropped and is in Recycle Bin 1 - 49
Application Express 2.1.0.00.39 Copyright 1999, 2006, Oracle. All rights reserved.

Language: en-us

You might also like