Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_VARRAYS

ALL_VARRAYS describes all varrays accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30)   Owner of the table containing the varray
PARENT_TABLE_NAME VARCHAR2(30)   Name of the containing table
PARENT_TABLE_COLUMN VARCHAR2(4000)   Name of the varray column or attribute
TYPE_OWNER VARCHAR2(30)   Owner of the varray type
TYPE_NAME VARCHAR2(30)   Name of the varray type
LOB_NAME VARCHAR2(30)   Name of the LOB if the varray is stored in a LOB
STORAGE_SPEC VARCHAR2(30)   DEFAULT value indicates that the storage was defaulted. USER_SPECIFIED value indicates that the storage was user-specified.
RETURN_TYPE VARCHAR2(20)   Return type of the column
ELEMENT_SUBSTITUTABLE VARCHAR2(25)   Indicates whether the varray element is substitutable (Y) or not (N)