Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

ALL_MVIEW_JOINS

ALL_MVIEW_JOINS describes joins between two columns in the WHERE clause of the subquery that defines a materialized view accessible to the current user.

Related Views

All three views exclude materialized views that reference remote tables or that includes references to a nonstatic value such as SYSDATE or USER. These views also exclude materialized views that were created as "snapshots" prior to Oracle8i and that were never altered to enable query rewrite.

Column Datatype NULL Description

OWNER

VARCHAR2(30)

NOT NULL

Owner of the materialized view

MVIEW_NAME

VARCHAR2(30)

NOT NULL

Materialized view name

Note: The next 8 rows relate only to materialized join views and materialized aggregate views. They describe the two detail objects of a materialized view join.

DETAILOBJ1_OWNER

VARCHAR2(30)

NOT NULL

Owner of the first object in the join

DETAILOBJ1_RELATION

VARCHAR2(30)

NOT NULL

Name of the first object in the join

DETAILOBJ1_COLUMN

VARCHAR2(30)

NOT NULL

Join column of the first object in the join

OPERATOR

CHAR(1)

Join operator

OPERATOR_TYPE

VARCHAR2(1)

Whether the join is an inner or outer join

DETAILOBJ2_OWNER

VARCHAR2(30)

NOT NULL

Owner of the second object in the join

DETAILOBJ2_RELATION

VARCHAR2(30)

NOT NULL

Name of the second object in the join

DETAILOBJ2_COLUMN

VARCHAR2(30)

NOT NULL

Join column of the second object in the join