DB_ALL_TABLES
DB_ALL_TABLES displays tables or views accessible to the current user. This view exists in the PG_CATALOG and SYS schemas.
| Name | Type | Description |
|---|---|---|
| owner | name | Owner of a table or view. |
| table_name | name | Name of a table or view. |
| tablespace_name | name | Tablespace where a table or view is located. |