DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_VARRAYS

Object Details
Object Name: ALL_VARRAYS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of varrays in tables accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the varray
PARENT_TABLE_NAME VARCHAR2 (128)
Name of the parent table containing the varray
PARENT_TABLE_COLUMN VARCHAR2 (4000)
Column name of the parent table that corresponds to the varray
TYPE_OWNER VARCHAR2 (128)
Owner of the type of which the varray was created
TYPE_NAME VARCHAR2 (128)
Name of the type of the varray
LOB_NAME VARCHAR2 (128)
Name of the lob if varray is stored in a lob
STORAGE_SPEC VARCHAR2 (30)
Indication of default or user-specified storage for the varray
RETURN_TYPE VARCHAR2 (20)
Return type of the varray column locator or value
ELEMENT_SUBSTITUTABLE VARCHAR2 (25)
Indication of whether the varray element is substitutable or not
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      PARENT_TABLE_NAME
,      PARENT_TABLE_COLUMN
,      TYPE_OWNER
,      TYPE_NAME
,      LOB_NAME
,      STORAGE_SPEC
,      RETURN_TYPE
,      ELEMENT_SUBSTITUTABLE
FROM SYS.ALL_VARRAYS;

Dependencies

[top of page]

SYS.ALL_VARRAYS references the following:

SchemaSYS
TableATTRCOL$
TableCOL$
TableCOLLECTION$
TableCOLTYPE$
TableLOB$
TableOBJ$
TableOBJAUTH$
TableTYPE$
TableUSER$
View_BASE_USER
View_CURRENT_EDITION_OBJ
SYS.ALL_VARRAYS is referenced by following:

SchemaPUBLIC
SynonymALL_VARRAYS
SchemaSYS
Package BodyPRVT_COMPRESSION - show dependent code