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


VIEW: SYS.CDB_TAB_IDENTITY_COLS

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

Describes all table identity columns in all containers

[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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_TAB_IDENTITY_COLS;

Dependencies

[top of page]

SYS.CDB_TAB_IDENTITY_COLS does not reference any database object

SYS.CDB_TAB_IDENTITY_COLS is referenced by following:

SchemaPUBLIC
SynonymCDB_TAB_IDENTITY_COLS