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


VIEW: SYS.ALL_SUMMARY_DETAIL_TABLES

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the summary
SUMMARY_NAME VARCHAR2 (128) Yes Name of the summary
DETAIL_OWNER VARCHAR2 (128) Yes Owner of the detail relation
DETAIL_RELATION VARCHAR2 (128) Yes Name of the summary detail table
DETAIL_TYPE VARCHAR2 (9)
Type of summary detail table type
DETAIL_ALIAS VARCHAR2 (128)
Alias of the detail relation if used
Query Text

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


SELECT OWNER
,      SUMMARY_NAME
,      DETAIL_OWNER
,      DETAIL_RELATION
,      DETAIL_TYPE
,      DETAIL_ALIAS
FROM SYS.ALL_SUMMARY_DETAIL_TABLES;

Dependencies

[top of page]

SYS.ALL_SUMMARY_DETAIL_TABLES references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableSUM$
TableSUMDETAIL$
TableUSER$
SYS.ALL_SUMMARY_DETAIL_TABLES is referenced by following:

SchemaPUBLIC
SynonymALL_SUMMARY_DETAIL_TABLES