2.228 ALL_OBJ_COLATTRS
ALL_OBJ_COLATTRS describes object columns and attributes contained in the tables accessible to the current user.
               
Related Views
- 
                        DBA_OBJ_COLATTRSdescribes object columns and attributes contained in all tables in the database.
- 
                        USER_OBJ_COLATTRSdescribes object columns and attributes contained in the tables owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the table | 
| 
 | 
 | 
 | Name of the table containing the object column or attribute | 
| 
 | 
 | 
 | Fully qualified name of the object column or attribute | 
| 
 | 
 | 
 | Indicates whether the column is substitutable ( | 
See Also: