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


VIEW: SYS.DBA_MVIEW_REFRESH_TIMES

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

All fast refreshable materialized views and their last refresh times for each master table

[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.DBA_MVIEW_REFRESH_TIMES;

Dependencies

[top of page]

SYS.DBA_MVIEW_REFRESH_TIMES references the following:

SchemaSYS
TableSNAP_REFTIME$
SYS.DBA_MVIEW_REFRESH_TIMES is referenced by following:

SchemaPUBLIC
SynonymDBA_MVIEW_REFRESH_TIMES
SynonymDBA_SNAPSHOT_REFRESH_TIMES
SchemaSYS
ViewALL_MVIEW_REFRESH_TIMES
ViewUSER_MVIEW_REFRESH_TIMES