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


VIEW: SYS.DBA_BASE_TABLE_MVIEWS

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

All materialized views with log(s) in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the master table which changes are logged
MASTER VARCHAR2 (128) Yes Name of the master table which changes are logged
MVIEW_LAST_REFRESH_TIME DATE
Yes One date per materialized view -- the date the materialized view was last refreshed
MVIEW_ID NUMBER

Unique identifier of the materialized view
Query Text

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


SELECT OWNER
,      MASTER
,      MVIEW_LAST_REFRESH_TIME
,      MVIEW_ID
FROM SYS.DBA_BASE_TABLE_MVIEWS;

Dependencies

[top of page]

SYS.DBA_BASE_TABLE_MVIEWS references the following:

SchemaSYS
TableSLOG$
SYS.DBA_BASE_TABLE_MVIEWS is referenced by following:

SchemaPUBLIC
SynonymDBA_BASE_TABLE_MVIEWS
SchemaSYS
ViewALL_BASE_TABLE_MVIEWS
ViewUSER_BASE_TABLE_MVIEWS