Previous
Previous
 
Next
Next

Managing Types

A type is a user-specified object or collection definition. Oracle Application Express currently only supports collection definitions. There are two categories of Oracle collections (SQL collections):

VARRAY types are used for one-dimensional arrays, while nested table types are used for single-column tables within an outer table.


See Also:

Oracle Database Concepts and Oracle Database PL/SQL Language Reference for information about collection types