Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Static Data Dictionary Views, 46 of 452


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 

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 

The owner of the first object in the join 

DETAILOBJ1_RELATION 

VARCHAR2(30) 

NOT NULL 

The name of the first object in the join 

DETAILOBJ1_COLUMN 

VARCHAR2(30) 

NOT NULL 

The join column of the first object in the join 

OPERATOR 

CHAR(1) 

 

The join operator 

OPERATOR_TYPE 

VARCHAR2(1) 

 

Whether the join is an inner or outer join 

DETAILOBJ2_OWNER 

VARCHAR2(30) 

NOT NULL 

The owner of the second object in the join 

DETAILOBJ2_RELATION 

VARCHAR2(30) 

NOT NULL 

The name of the second object in the join 

DETAILOBJ2_COLUMN 

VARCHAR2(30) 

NOT NULL 

The join column of the second object in the join 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index