Table: ALL_COLL_TYPES
Description of named collection types accessible to the user
Column Name | Description |
---|---|
CHARACTER_SET_NAME | Character set name of the element |
COLL_TYPE | Collection type |
ELEM_STORAGE | Storage optimization specification for VARRAY of numeric elements |
ELEM_TYPE_MOD | Type modifier of the element |
ELEM_TYPE_NAME | Name of the type of the element |
ELEM_TYPE_OWNER | Owner of the type of the element |
LENGTH | Length of the CHAR element or maximum length of the VARCHAR or VARCHAR2 element |
NULLS_STORED | Is null information stored with each VARRAY element? |
OWNER | Owner of the type |
PRECISION | Decimal precision of the NUMBER or DECIMAL element or binary precision of the FLOAT element |
SCALE | Scale of the NUMBER or DECIMAL element |
TYPE_NAME | Name of the type |
UPPER_BOUND | Size of the FIXED ARRAY type or maximum size of the VARYING ARRAY type |