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


VIEW: SYS.DBA_REGISTERED_MVIEW_GROUPS

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

Materialized view repgroup registration information

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (30)
Name of the materialized view repgroup
MVIEW_SITE VARCHAR2 (128)
Database site of the materialized view repgroup
GROUP_COMMENT VARCHAR2 (80)
Description of the materialized view repgroup
VERSION VARCHAR2 (8)
Version of the materialized view repgroup
FNAME VARCHAR2 (30)
Name of the flavor of the materialized view repgroup
OWNER VARCHAR2 (128)
Owner of the materialized view repgroup
Query Text

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


SELECT NAME
,      MVIEW_SITE
,      GROUP_COMMENT
,      VERSION
,      FNAME
,      OWNER
FROM SYS.DBA_REGISTERED_MVIEW_GROUPS;

Dependencies

[top of page]

SYS.DBA_REGISTERED_MVIEW_GROUPS references the following:

SchemaSYSTEM
TableREPCAT$_FLAVORS
TableREPCAT$_SNAPGROUP
SYS.DBA_REGISTERED_MVIEW_GROUPS is referenced by following:

SchemaPUBLIC
SynonymDBA_REGISTERED_MVIEW_GROUPS