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


VIEW: SYS.USER_BASE_TABLE_MVIEWS

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

All materialized views with log(s) owned by the user 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.USER_BASE_TABLE_MVIEWS;

Dependencies

[top of page]

SYS.USER_BASE_TABLE_MVIEWS references the following:

SchemaSYS
ViewDBA_BASE_TABLE_MVIEWS
TableUSER$
SYS.USER_BASE_TABLE_MVIEWS is referenced by following:

SchemaPUBLIC
SynonymUSER_BASE_TABLE_MVIEWS
SchemaSYS
ViewUSER_REGISTERED_MVIEWS