Updated on 2024-06-03 GMT+08:00

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.

Table 1 DB_ALL_TABLES columns

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.