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


VIEW: SYS.ALL_MVIEW_REFRESH_TIMES

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

Materialized views and their last refresh times for each master table that the user can look at

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the materialized view
NAME VARCHAR2 (128) Yes The view used by users and applications for viewing the MV
MASTER_OWNER VARCHAR2 (128)
Owner of the master table
MASTER VARCHAR2 (128)
Name of the master table
LAST_REFRESH DATE

SYSDATE from the master site at the time of the last refresh
Query Text

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


SELECT OWNER
,      NAME
,      MASTER_OWNER
,      MASTER
,      LAST_REFRESH
FROM SYS.ALL_MVIEW_REFRESH_TIMES;

Dependencies

[top of page]

SYS.ALL_MVIEW_REFRESH_TIMES references the following:

SchemaSYS
ViewALL_MVIEWS
ViewDBA_MVIEW_REFRESH_TIMES
SYS.ALL_MVIEW_REFRESH_TIMES is referenced by following:

SchemaPUBLIC
SynonymALL_MVIEW_REFRESH_TIMES
SynonymALL_SNAPSHOT_REFRESH_TIMES