January 2012
Intermediate to advanced
542 pages
11h 28m
English
This view lists all the tables in the database. There are the corresponding ALL_TABLES and USER_TABLES, showing, respectively, the tables which the current user can access and the tables the current user owns.
The most relevant view fields are as follows:
OWNER: The owner of the tableTABLE_NAME: The name of the tableTABLESPACE_NAME: The name of the tablespace in which the table is storedSTATUS: This can be VALID or UNUSABLELOGGING: This indicates whether changes to the table are logged or not (YES/NO)NUM_ROWS: The number of rows in the tableBLOCKS: The number of used database blocks in the tableEMPTY_BLOCKS: The number of empty database blocks in the tableAVG_SPACE: The average free space in bytes for allocated data blocksCHAIN_CNT ...