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


VIEW: SYS.USER_SUMMARY_JOINS

Object Details
Object Name: USER_SUMMARY_JOINS
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
DETAILOBJ1_OWNER VARCHAR2 (128) Yes Owner of the 1st detail object
DETAILOBJ1_RELATION VARCHAR2 (128) Yes Name of the 1st detail object
DETAILOBJ1_COLUMN VARCHAR2 (128) Yes Name of the 1st detail object column
OPERATOR CHAR (1)
Name of the join operator. Currently only = is defined
DETAILOBJ2_OWNER VARCHAR2 (128) Yes Owner of the 2nd detail object
DETAILOBJ2_RELATION VARCHAR2 (128) Yes Name of the 2nd detail object
DETAILOBJ2_COLUMN VARCHAR2 (128) Yes Name of the 2nd detail object column
Query Text

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


SELECT OWNER
,      SUMMARY_NAME
,      DETAILOBJ1_OWNER
,      DETAILOBJ1_RELATION
,      DETAILOBJ1_COLUMN
,      OPERATOR
,      DETAILOBJ2_OWNER
,      DETAILOBJ2_RELATION
,      DETAILOBJ2_COLUMN
FROM SYS.USER_SUMMARY_JOINS;

Dependencies

[top of page]

SYS.USER_SUMMARY_JOINS references the following:

SchemaSYS
TableCOL$
TableOBJ$
TableSUM$
TableSUMJOIN$
TableUSER$
SYS.USER_SUMMARY_JOINS is referenced by following:

SchemaPUBLIC
SynonymUSER_SUMMARY_JOINS