DBA_TABLES
DBA_TABLES displays all tables in the database. It is accessible only to users with system administrator rights.
| Name | Type | Description |
|---|---|---|
| owner | character varying(64) | Table owner |
| table_name | character varying(64) | Table name |
| tablespace_name | character varying(64) | Name of the tablespace that contains the table |
| status | character varying(8) | Whether the current record is valid |
| temporary | character(1) | Whether the table is a temporary table
|
| dropped | character varying | Whether the current record is deleted
|
| num_rows | numeric | The estimated number of rows in the table |
Last Article: DBA_TAB_PARTITIONS
Next Article: DBA_TABLESPACES
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.