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


VIEW: SYS.ALL_MVIEW_KEYS

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

Description of the columns that appear in the GROUP BY
list of a materialized view accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the materialized view
MVIEW_NAME VARCHAR2 (128) Yes Name of the materialized view
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
,      MVIEW_NAME
,      POSITION_IN_SELECT
,      CONTAINER_COLUMN
,      DETAILOBJ_OWNER
,      DETAILOBJ_NAME
,      DETAILOBJ_ALIAS
,      DETAILOBJ_TYPE
,      DETAILOBJ_COLUMN
FROM SYS.ALL_MVIEW_KEYS;

Dependencies

[top of page]

SYS.ALL_MVIEW_KEYS references the following:

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

SchemaPUBLIC
SynonymALL_MVIEW_KEYS
SchemaSYS
Package BodyDBMS_CUBE - show dependent code
Package BodyDBMS_CUBE_ADVISE - show dependent code