- array_type_name
- The name of the one-dimensional VARRAY type to be created.
- SYSUDTLIB
- The optional name of the containing database for array_type name.
- VARRAY
- VARYING ARRAY
- The one-dimensional VARRAY type is to be created using Oracle-compatible syntax.
- number_of_elements
- The number of elements in the one-dimensional VARRAY type being created. This must be an unsigned INTEGER value.
- OF data type
- The data type on which the one-dimensional VARRAY type is based.
- DEFAULT NULL
- Initialize all of the elements of array_type_name to null when the type is created.