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


VIEW: SYS.ALL_BASE_TABLE_MVIEWS

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

All materialized views with log(s) in the database that the user can see

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

Dependencies

[top of page]

SYS.ALL_BASE_TABLE_MVIEWS references the following:

SchemaSYS
ViewALL_MVIEW_LOGS
ViewDBA_BASE_TABLE_MVIEWS
SYS.ALL_BASE_TABLE_MVIEWS is referenced by following:

SchemaPUBLIC
SynonymALL_BASE_TABLE_MVIEWS
SchemaSYS
ViewALL_REGISTERED_MVIEWS