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, 43 of 452


ALL_MVIEW_AGGREGATES

ALL_MVIEW_AGGREGATES describes the grouping functions (aggregate operations) that appear in the SELECT list of materialized aggregate views accessible to the current user.

Related views:

All three views exclude materialized views that reference remote tables or that include 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 

Name of the materialized view 

POSITION_IN_SELECT 

NUMBER 

NOT NULL 

Ordinal position of this aggregation within the SELECT list. For the position of nonaggregate elements of the select list, see "ALL_MVIEW_KEYS"

CONTAINER_COLUMN 

VARCHAR2(30) 

NOT NULL 

Name of this column in the container table 

AGG_FUNCTION 

VARCHAR2(8) 

 

Aggregation function 

DISTINCTFLAG 

VARCHAR2(1) 

 

Whether this aggregation is distinct (Y | N

MEASURE 

LONG 

 

SQL text of the measure, excluding the aggregation function. Equal to * for COUNT(*). 


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