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


VIEW: SYS.USER_SUMMARY_KEYS

Object Details
Object Name: USER_SUMMARY_KEYS
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
POSITION_IN_SELECT NUMBER
Yes Position of this key within the SELECT list
CONTAINER_COLUMN VARCHAR2 (128) Yes Name of the column in the container table
DETAILOBJ_OWNER VARCHAR2 (128) Yes Owner of the detail object
DETAILOBJ_NAME VARCHAR2 (128) Yes Name of the detail object
DETAILOBJ_ALIAS VARCHAR2 (128)
Alias of the detail object
DETAILOBJ_TYPE VARCHAR2 (5)
Type of the detail object: VIEW or TABLE
DETAILOBJ_COLUMN VARCHAR2 (128) Yes Name of the detail object column
Query Text

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


SELECT OWNER
,      SUMMARY_NAME
,      POSITION_IN_SELECT
,      CONTAINER_COLUMN
,      DETAILOBJ_OWNER
,      DETAILOBJ_NAME
,      DETAILOBJ_ALIAS
,      DETAILOBJ_TYPE
,      DETAILOBJ_COLUMN
FROM SYS.USER_SUMMARY_KEYS;

Dependencies

[top of page]

SYS.USER_SUMMARY_KEYS references the following:

SchemaSYS
TableCOL$
TableOBJ$
TableSUM$
TableSUMDETAIL$
TableSUMKEY$
TableUSER$
SYS.USER_SUMMARY_KEYS is referenced by following:

SchemaPUBLIC
SynonymUSER_SUMMARY_KEYS