DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_TSTZ_TABLES

Object Details
Object Name: CDB_TSTZ_TABLES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of all tables in the database, which have column(s) defined on timestamp with time zone data type or ADT type containing attribute(s) of timestamp with time zone data type in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of the table
TABLE_NAME VARCHAR2 (30)
Name of the table
UPGRADE_IN_PROGRESS VARCHAR2 (3)
Is table upgrade in progress?
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      UPGRADE_IN_PROGRESS
,      CON_ID
FROM SYS.CDB_TSTZ_TABLES;

Dependencies

[top of page]

SYS.CDB_TSTZ_TABLES does not reference any database object

SYS.CDB_TSTZ_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_TSTZ_TABLES