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


VIEW: SYS.CDB_MVIEW_COMMENTS

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

Comments on all materialized views in the database 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
COMMENTS VARCHAR2 (4000)
Comment on the materialized view
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      MVIEW_NAME
,      COMMENTS
,      CON_ID
FROM SYS.CDB_MVIEW_COMMENTS;

Dependencies

[top of page]

SYS.CDB_MVIEW_COMMENTS does not reference any database object

SYS.CDB_MVIEW_COMMENTS is referenced by following:

SchemaPUBLIC
SynonymCDB_MVIEW_COMMENTS