| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_MVIEW_COMMENTS displays comments on the materialized views accessible to the current user.
DBA_MVIEW_COMMENTS displays comments on the materialized views in the database.
USER_MVIEW_COMMENTS displays comments on the materialized views owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the materialized view | 
MVIEW_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the materialized view | 
COMMENTS | 
VARCHAR2(4000) | 
Comment on the materialized view | 
See Also: