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


VIEW: SYS.CDB_MVIEW_AGGREGATES

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

Description of the materialized view aggregates accessible to dba in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the materialized view
MVIEW_NAME VARCHAR2 (30) Yes Name of the materialized view
POSITION_IN_SELECT NUMBER
Yes Position of this aggregated measure with the SELECT list
CONTAINER_COLUMN VARCHAR2 (30) 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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_MVIEW_AGGREGATES;

Dependencies

[top of page]

SYS.CDB_MVIEW_AGGREGATES does not reference any database object

SYS.CDB_MVIEW_AGGREGATES is referenced by following:

SchemaPUBLIC
SynonymCDB_MVIEW_AGGREGATES