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


VIEW: SYS.ALL_TSTZ_TAB_COLS

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

Columns of user's tables, 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) Yes Owner of the table
TABLE_NAME VARCHAR2 (128) Yes Name of the table
COLUMN_NAME VARCHAR2 (128) Yes Column name
QUALIFIED_COL_NAME VARCHAR2 (4000)
Qualified column name
NESTED NUMBER

Nested table column?
VIRTUAL_COLUMN NUMBER

Is this a virtual column?
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      QUALIFIED_COL_NAME
,      NESTED
,      VIRTUAL_COLUMN
FROM SYS.ALL_TSTZ_TAB_COLS;

Dependencies

[top of page]

SYS.ALL_TSTZ_TAB_COLS references the following:

SchemaSYS
TableATTRCOL$
TableATTRIBUTE$
TableCOL$
TableCOLLECTION$
TableCOLTYPE$
TableDEPENDENCY$
TableOBJ$
TableTAB$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.ALL_TSTZ_TAB_COLS is referenced by following:

SchemaPUBLIC
SynonymALL_TSTZ_TAB_COLS
SchemaSYS
ViewALL_TSTZ_TABLES