Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_TSTZ_TAB_COLS

ALL_TSTZ_TAB_COLS displays information about the columns of the tables accessible to the current user, which have columns defined on TIMESTAMP WITH TIME ZONE data types or object types containing attributes of TIMESTAMP WITH TIME ZONE data types.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the table
TABLE_NAME VARCHAR2(30) NOT NULL Name of the table
COLUMN_NAMEFoot 1  VARCHAR2(30) NOT NULL Column name
QUALIFIED_COL_NAME VARCHAR2(4000)   Qualified column name
NESTED NUMBER   Indicates whether the column is a nested table (1) or not (0)
VIRTUAL_COLUMNFootref 1 NUMBER   Identifies whether the column is a virtual column (1) or not (0)

Footnote 1 This column is available starting with Oracle Database 11g Release 2 (11.2.0.4)