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


VIEW: SYS.DBA_MVIEW_COMMENTS

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

Comments on all materialized views in the database

[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
COMMENTS VARCHAR2 (4000)
Comment on the materialized view
Query Text

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


SELECT OWNER
,      MVIEW_NAME
,      COMMENTS
FROM SYS.DBA_MVIEW_COMMENTS;

Dependencies

[top of page]

SYS.DBA_MVIEW_COMMENTS references the following:

SchemaSYS
TableCOM$
TableOBJ$
TableTAB$
TableUSER$
SYS.DBA_MVIEW_COMMENTS is referenced by following:

SchemaPUBLIC
SynonymDBA_MVIEW_COMMENTS