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


VIEW: SYS.CDB_TSTZ_TAB_COLS

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

Columns 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
QUALIFIED_COL_NAME VARCHAR2 (4000)
Qualified column name
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      QUALIFIED_COL_NAME
,      CON_ID
FROM SYS.CDB_TSTZ_TAB_COLS;

Dependencies

[top of page]

SYS.CDB_TSTZ_TAB_COLS does not reference any database object

SYS.CDB_TSTZ_TAB_COLS is referenced by following:

SchemaPUBLIC
SynonymCDB_TSTZ_TAB_COLS