3.140 ALL_VARRAYS
ALL_VARRAYS describes the varrays accessible to the current user.
               
Related Views
- 
                        DBA_VARRAYSdescribes all varrays in the database.
- 
                        USER_VARRAYSdescribes the varrays owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the table containing the varray | 
| 
 | 
 | 
 | Name of the containing table | 
| 
 | 
 | 
 | Name of the varray column or attribute | 
| 
 | 
 | 
 | Owner of the varray type | 
| 
 | 
 | 
 | Name of the varray type | 
| 
 | 
 | 
 | Name of the LOB if the varray is stored in a LOB | 
| 
 | 
 | 
 | Indicates whether the storage was defaulted ( | 
| 
 | 
 | 
 | Return type of the column: 
 | 
| 
 | 
 | 
 | Indicates whether the varray element is substitutable ( | 
See Also: