ALL_TYPES v17
The ALL_TYPES
view provides information about the object types available to the current user.
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 | Object 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. |