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


VIEW: SYS.ALL_MVIEW_JOINS

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

Description of a join between two columns in the
WHERE clause 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
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
OPERATOR_TYPE VARCHAR2 (1)
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
,      MVIEW_NAME
,      DETAILOBJ1_OWNER
,      DETAILOBJ1_RELATION
,      DETAILOBJ1_COLUMN
,      OPERATOR
,      OPERATOR_TYPE
,      DETAILOBJ2_OWNER
,      DETAILOBJ2_RELATION
,      DETAILOBJ2_COLUMN
FROM SYS.ALL_MVIEW_JOINS;

Dependencies

[top of page]

SYS.ALL_MVIEW_JOINS references the following:

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

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