Updated on 2023-10-23 GMT+08:00

DB_ALL_TABLES

DB_ALL_TABLES displays tables or views accessible to the current user. This view exists in both PG_CATALOG and SYS schema.

Table 1 DB_ALL_TABLES columns

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