DBA_TABLES v12

The DBA_TABLES view provides information about all tables in the database.

NameTypeDescription
ownerTEXTUser name of the table’s owner.
schema_nameTEXTName of the schema in which the table belongs.
table_nameTEXTName of the table.
tablespace_nameTEXTName of the tablespace in which the table resides if other than the default tablespace.
statusCHARACTER VARYING(5)Included for compatibility only; always set to VALID.
temporaryCHARACTER(1)Y if the table is temporary; N if the table is permanent.