DB_ALL_TABLES
DB_ALL_TABLES displays tables or views accessible to the current user. This view exists in both PG_CATALOG and SYS schemas.
| Name | Type | Description |
|---|---|---|
| owner | name | Owner of a table or view. |
| table_name | name | Name of the table or view. |
| tablespace_name | name | Tablespace where the table or view is located. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.