DBA_TYPES v16

The DBA_TYPES view provides information about all object types in the database.

NameTypeDescription
ownerTEXTOwner of the object type.
schema_nameTEXTName of the schema in which the type is defined.
type_nameTEXTName of the type.
type_oidOIDOject identifier (OID) of the type.
typecodeTEXTTypecode of the type. Possible values are: OBJECT, COLLECTION, OTHER.
attributesINTEGERNumber of attributes in the type.