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


VIEW: SYS.DBA_TSTZ_TAB_COLS

Object Details
Object Name: DBA_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

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the table
TABLE_NAME VARCHAR2 (128)
Name of the table
QUALIFIED_COL_NAME VARCHAR2 (4000)
Qualified column name
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      QUALIFIED_COL_NAME
FROM SYS.DBA_TSTZ_TAB_COLS;

Dependencies

[top of page]

SYS.DBA_TSTZ_TAB_COLS references the following:

SchemaSYS
TableATTRIBUTE$
TableCOLLECTION$
TableCOLTYPE$
ViewDBA_ALL_TABLES
ViewDBA_NESTED_TABLE_COLS
ViewDBA_TAB_COLS
TableDEPENDENCY$
TableOBJ$
SYS.DBA_TSTZ_TAB_COLS is referenced by following:

SchemaPUBLIC
SynonymDBA_TSTZ_TAB_COLS
SchemaSYS
ViewDBA_TSTZ_TABLES