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


VIEW: SYS.ALL_TAB_IDENTITY_COLS

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

Describes all table identity columns

[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 Name of the identity column
GENERATION_TYPE VARCHAR2 (10)
Generation type of the identity column
SEQUENCE_NAME VARCHAR2 (128) Yes Name of the sequence associated with the identity column
IDENTITY_OPTIONS VARCHAR2 (298)
Options of the identity column
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      GENERATION_TYPE
,      SEQUENCE_NAME
,      IDENTITY_OPTIONS
FROM SYS.ALL_TAB_IDENTITY_COLS;

Dependencies

[top of page]

SYS.ALL_TAB_IDENTITY_COLS references the following:

SchemaSYS
TableCOL$
TableIDNSEQ$
TableOBJ$
TableOBJAUTH$
TableSEQ$
TableUSER$
SYS.ALL_TAB_IDENTITY_COLS is referenced by following:

SchemaPUBLIC
SynonymALL_TAB_IDENTITY_COLS