Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_MVIEW_REFRESH_TIMES
describes refresh times of the materialized views accessible to the current user.
DBA_MVIEW_REFRESH_TIMES
describes refresh times of all materialized views in the database.
USER_MVIEW_REFRESH_TIMES
describes refresh times of the materialized views owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the materialized view |
NAME |
VARCHAR2(30) |
NOT NULL |
Name of the materialized view |
MASTER_OWNER |
VARCHAR2(30) |
Owner of the master table | |
MASTER |
VARCHAR2(30) |
Name of the master table | |
LAST_REFRESH |
DATE |
SYSDATE from the master site at the time of the last refresh |