DBA_ALL_TABLES
describes all object tables and relational tables in the database. Its columns are the same as those in ALL_ALL_TABLES
.
· ALL_ALL_TABLES
describes the object tables and relational tables accessible to the current user.
· USER_ALL_TABLES
describes the object tables and relational tables owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
|
| | Owner of the table |
|
| | Name of the table |
|
| | Name of the tablespace containing the table; NULL for partitioned, temporary, and index-organized tables |
|
| | Name of the cluster, if any, to which the table belongs |
|
| | Name of the index-organized table, if any, to which the overflow or mapping table entry belongs. If the |
|
| | If a previous |
|
| | Minimum percentage of free space in a block; NULL for partitioned tables |
|
| | Minimum percentage of used space in a block; NULL for partitioned tables |
|
| | Initial number of transactions; NULL for partitioned tables |
|
| | Maximum number of transactions; NULL for partitioned tables |
|
| | Size of the initial extent (in bytes); NULL for partitioned tables |
|
| | Size of secondary extents (in bytes); NULL for partitioned tables |
|
| | Minimum number of extents allowed in the segment; NULL for partitioned tables |
|
| | Maximum number of extents allowed in the segment; NULL for partitioned tables |
|
| | Percentage increase in extent size; NULL for partitioned tables |
|
| | Number of process freelists allocated to the segment; NULL for partitioned tables |
|
| | Number of freelist groups allocated to the segment |
|
| | Indicates whether or not changes to the table are logged: · · |
|
| | Indicates whether the table has been backed up since the last modification ( |
|
| | Number of rows in the table |
|
| | Number of used blocks in the table |
|
| | Number of empty (never used) blocks in the table |
|
| | Average available free space in the table |
|
| | Number of rows in the table that are chained from one data block to another or that have migrated to a new block, requiring a link to preserve the old rowid. This column is updated only after you analyze the table. |
|
| | Average row length, including row overhead |
|
| | Average freespace of all blocks on a freelist |
|
| | Number of blocks on the freelist |
|
| | Number of threads per instance for scanning the table, or |
|
| | Number of instances across which the table is to be scanned, or |
|
| | Indicates whether the table is to be cached in the buffer cache ( |
|
| | Indicates whether table locking is enabled ( |
|
| | Sample size used in analyzing the table |
|
| | Date on which the table was most recently analyzed |
|
| | Indicates whether the table is partitioned ( |
|
| | If the table is an index-organized table, then |
|
| | Indicates whether the object ID (OID) is |
|
| | If an object table, owner of the type from which the table is created |
|
| | If an object table, type of the table |
|
| | Indicates whether the table is temporary ( |
|
| | Indicates whether the table is a secondary object created by the |
|
| | Indicates whether the table is a nested table ( |
|
| | Buffer pool to be used for table blocks: · · · · NULL |
|
| | If a partitioned table, indicates whether row movement is enabled ( |
|
| | For partitioned tables, indicates whether statistics were collected by analyzing the table as a whole ( |
|
| | Indicates whether statistics were entered directly by the user ( |
|
| | Indicates the duration of a temporary table:
Null - Permanent table |
|
| | Indicates whether Oracle Database ignores blocks marked corrupt during table and index scans ( |
|
| | Indicates whether the table has the |
|
| | Owner of the cluster, if any, to which the table belongs |
|
| | Indicates whether row-level dependency tracking is enabled ( |
|
| | Indicates whether table compression is enabled ( |
|
| | Default compression for what kind of operations: · · · NULL |
|
| | Indicates whether the table has been dropped and is in the recycle bin ( |
Note:
1. dba_all_tables = dba_tables union all DBA_OBJECT_TABLES
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment