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


VIEW: SYS.USER_MVIEW_AGGREGATES

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

Description of the materialized view aggregates created by 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 aggregated measure with the SELECT list
CONTAINER_COLUMN VARCHAR2 (128) Yes Name of this column in the container table
AGG_FUNCTION VARCHAR2 (8)
Name of the aggregation function, one of the following: COUNT, SUM, MIN, MAX, AVG, VARIANCE, STDDEV
DISTINCTFLAG VARCHAR2 (1)
Set to Y is this is a DISTINCT aggregation
MEASURE LONG (0)
The SQL text of the measure, excluding the aggregation function
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      MVIEW_NAME
,      POSITION_IN_SELECT
,      CONTAINER_COLUMN
,      AGG_FUNCTION
,      DISTINCTFLAG
,      MEASURE
FROM SYS.USER_MVIEW_AGGREGATES;

Dependencies

[top of page]

SYS.USER_MVIEW_AGGREGATES references the following:

SchemaSYS
TableCOL$
TableOBJ$
TableSUM$
TableSUMAGG$
TableUSER$
SYS.USER_MVIEW_AGGREGATES is referenced by following:

SchemaPUBLIC
SynonymUSER_MVIEW_AGGREGATES