[Home] [Help]
[Dependency Information]
| Object Name: | USER_TAB_IDENTITY_COLS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Describes all table identity columns
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_NAME
, COLUMN_NAME
, GENERATION_TYPE
, SEQUENCE_NAME
, IDENTITY_OPTIONS
FROM SYS.USER_TAB_IDENTITY_COLS;
SYS
COL$
IDNSEQ$
OBJ$
SEQ$
PUBLIC
USER_TAB_IDENTITY_COLS
|
|
|
|