[Home] [Help]
[Dependency Information]
| 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
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, QUALIFIED_COL_NAME
FROM SYS.DBA_TSTZ_TAB_COLS;
SYS
ATTRIBUTE$
COLLECTION$
COLTYPE$
DBA_ALL_TABLES
DBA_NESTED_TABLE_COLS
DBA_TAB_COLS
DEPENDENCY$
OBJ$
PUBLIC
DBA_TSTZ_TAB_COLS
SYS
DBA_TSTZ_TABLES
|
|
|
|