4.128 ALL_TAB_IDENTITY_COLS
ALL_TAB_IDENTITY_COLS describes all table identity columns.
               
Related Views
- 
                        
DBA_TAB_IDENTITY_COLSdescribes all table identity columns. - 
                        
USER_TAB_IDENTITY_COLSdescribes all table identity columns. This view does not display theOWNERcolumn. 
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Owner of the table  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the table  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the identity column  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Generation type of the identity column. Possible values are   | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the sequence associated with the identity column  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Options for the identity column sequence generator  | 
                        
See Also:
See Also:
- 
                           
The ALTER TABLE statement in Oracle AI Database SQL Language Reference for more information about creating an identity column
 - 
                           
The CREATE TABLE statements in Oracle AI Database SQL Language Reference for more information about creating an identity column