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


VIEW: SYS.DBA_MVIEW_LOG_FILTER_COLS

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

All filter columns (excluding PK cols) being logged in the materialized view logs

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the master table being logged
NAME VARCHAR2 (128)
Name of the master table being logged
COLUMN_NAME VARCHAR2 (128)
Filter column being logged
Query Text

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


SELECT OWNER
,      NAME
,      COLUMN_NAME
FROM SYS.DBA_MVIEW_LOG_FILTER_COLS;

Dependencies

[top of page]

SYS.DBA_MVIEW_LOG_FILTER_COLS references the following:

SchemaSYS
TableCDC_CHANGE_COLUMNS$
TableCDC_CHANGE_TABLES$
TableMLOG_REFCOL$
SYS.DBA_MVIEW_LOG_FILTER_COLS is referenced by following:

SchemaPUBLIC
SynonymDBA_MVIEW_LOG_FILTER_COLS
SynonymDBA_SNAPSHOT_LOG_FILTER_COLS