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


VIEW: SYS.DBA_NESTED_TABLES

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

Description of nested tables contained in all tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the nested table
TABLE_NAME VARCHAR2 (128)
Name of the nested table
TABLE_TYPE_OWNER VARCHAR2 (128)
Owner of the type of which the nested table was created
TABLE_TYPE_NAME VARCHAR2 (128)
Name of the type of the nested table
PARENT_TABLE_NAME VARCHAR2 (128)
Name of the parent table containing the nested table
PARENT_TABLE_COLUMN VARCHAR2 (4000)
Column name of the parent table that corresponds to the nested table
STORAGE_SPEC VARCHAR2 (30)
RETURN_TYPE VARCHAR2 (20)
ELEMENT_SUBSTITUTABLE VARCHAR2 (25)
Indication of whether the nested table element is substitutable or not
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      TABLE_TYPE_OWNER
,      TABLE_TYPE_NAME
,      PARENT_TABLE_NAME
,      PARENT_TABLE_COLUMN
,      STORAGE_SPEC
,      RETURN_TYPE
,      ELEMENT_SUBSTITUTABLE
FROM SYS.DBA_NESTED_TABLES;

Dependencies

[top of page]

SYS.DBA_NESTED_TABLES references the following:

SchemaSYS
TableATTRCOL$
TableCOL$
TableCOLLECTION$
TableCOLTYPE$
TableNTAB$
TableOBJ$
TableTYPE$
TableUSER$
View_BASE_USER
View_CURRENT_EDITION_OBJ
SYS.DBA_NESTED_TABLES is referenced by following:

SchemaPUBLIC
SynonymDBA_NESTED_TABLES
SchemaSYS
ViewDBA_XML_NESTED_TABLES
Package BodyDBMS_DBFS_SFS_ADMIN - show dependent code
Package BodyDBMS_INTERNAL_LOGSTDBY - show dependent code
Package BodyDBMS_INTERNAL_TRIGGER - show dependent code
Package BodyDBMS_REDEFINITION_INTERNAL - show dependent code
PL/SQL PackageDBMS_REDEFINITION_INTERNAL - show dependent code
Package BodyDBMS_REPCAT_OBJ_UTL - show dependent code
Package BodyDBMS_REPCAT_UTL3 - show dependent code
Package BodyDBMS_SPACE - show dependent code