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


VIEW: SYS.CDB_BASE_TABLE_MVIEWS

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

All materialized views with log(s) in the database in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      MASTER
,      MVIEW_LAST_REFRESH_TIME
,      MVIEW_ID
,      CON_ID
FROM SYS.CDB_BASE_TABLE_MVIEWS;

Dependencies

[top of page]

SYS.CDB_BASE_TABLE_MVIEWS does not reference any database object

SYS.CDB_BASE_TABLE_MVIEWS is referenced by following:

SchemaPUBLIC
SynonymCDB_BASE_TABLE_MVIEWS