[Home] [Help]
[Dependency Information]
| Object Name: | DBA_NESTED_TABLES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of nested tables contained in all tables
| 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 |
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;
SYS
ATTRCOL$
COL$
COLLECTION$
COLTYPE$
NTAB$
OBJ$
TYPE$
USER$
_BASE_USER
_CURRENT_EDITION_OBJ
PUBLIC
DBA_NESTED_TABLES
SYS
DBA_XML_NESTED_TABLES
DBMS_DBFS_SFS_ADMIN
- show dependent code
DBMS_INTERNAL_LOGSTDBY
- show dependent code
DBMS_INTERNAL_TRIGGER
- show dependent code
DBMS_REDEFINITION_INTERNAL
- show dependent code
DBMS_REDEFINITION_INTERNAL
- show dependent code
DBMS_REPCAT_OBJ_UTL
- show dependent code
DBMS_REPCAT_UTL3
- show dependent code
DBMS_SPACE
- show dependent code
|
|
|
|