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


VIEW: SYS.CDB_MVIEW_LOG_FILTER_COLS

Object Details
Object Name: CDB_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 in all containers

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

container id
Query Text

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


SELECT OWNER
,      NAME
,      COLUMN_NAME
,      CON_ID
FROM SYS.CDB_MVIEW_LOG_FILTER_COLS;

Dependencies

[top of page]

SYS.CDB_MVIEW_LOG_FILTER_COLS does not reference any database object

SYS.CDB_MVIEW_LOG_FILTER_COLS is referenced by following:

SchemaPUBLIC
SynonymCDB_MVIEW_LOG_FILTER_COLS