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


VIEW: SYS.CDB_REGISTERED_MVIEW_GROUPS

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

Materialized view repgroup registration information in all containers

[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
CON_ID NUMBER

container id
Query Text

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


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

Dependencies

[top of page]

SYS.CDB_REGISTERED_MVIEW_GROUPS does not reference any database object

SYS.CDB_REGISTERED_MVIEW_GROUPS is referenced by following:

SchemaPUBLIC
SynonymCDB_REGISTERED_MVIEW_GROUPS