DBA_TYPES v15
The DBA_TYPES view provides information about all object types in the database.
| Name | Type | Description |
|---|---|---|
owner | TEXT | Owner of the object type. |
schema_name | TEXT | Name of the schema in which the type is defined. |
type_name | TEXT | Name of the type. |
type_oid | OID | Oject identifier (OID) of the type. |
typecode | TEXT | Typecode of the type. Possible values are: OBJECT, COLLECTION, OTHER. |
attributes | INTEGER | Number of attributes in the type. |