Table: DBA_TYPES
Description of all types in the database
| Column Name | Description |
|---|---|
| ATTRIBUTES | Number of attributes in the type |
| FINAL | Is the type a final type? |
| INCOMPLETE | Is the type an incomplete type? |
| INSTANTIABLE | Is the type an instantiable type? |
| LOCAL_ATTRIBUTES | Number of local (not inherited) attributes (if any) in the subtype |
| LOCAL_METHODS | Number of local (not inherited) methods (if any) in the subtype |
| METHODS | Number of methods in the type |
| OWNER | Owner of the type |
| PREDEFINED | Is the type a predefined type? |
| SUPERTYPE_NAME | Name of the supertype (null if type is not a subtype) |
| SUPERTYPE_OWNER | Owner of the supertype (null if type is not a subtype) |
| TYPECODE | Typecode of the type |
| TYPEID | Type id value of the type |
| TYPE_NAME | Name of the type |
| TYPE_OID | Object identifier (OID) of the type |