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


VIEW: SYS.DBA_APPLY_CONFLICT_COLUMNS

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

Details about conflict resolution

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (128)
Owner of the object
OBJECT_NAME VARCHAR2 (128)
Name of the object
METHOD_NAME VARCHAR2 (92)
Name of the method used to resolve conflict
RESOLUTION_COLUMN VARCHAR2 (4000)
Name of the column used to resolve conflict
COLUMN_NAME VARCHAR2 (128)
Name of the column that is to be considered as part of a group to resolve conflict
APPLY_DATABASE_LINK VARCHAR2 (128)
For remote objects, name of database link pointing to remote database
Query Text

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


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      METHOD_NAME
,      RESOLUTION_COLUMN
,      COLUMN_NAME
,      APPLY_DATABASE_LINK
FROM SYS.DBA_APPLY_CONFLICT_COLUMNS;

Dependencies

[top of page]

SYS.DBA_APPLY_CONFLICT_COLUMNS references the following:

SchemaSYS
TableAPPLY$_CONF_HDLR_COLUMNS
TableAPPLY$_ERROR_HANDLER
ViewDBA_USERS
TableOBJ$
View_DBA_APPLY_CONF_HDLR_COLUMNS
View_DBA_APPLY_ERROR_HANDLER
SYS.DBA_APPLY_CONFLICT_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_CONFLICT_COLUMNS
SchemaSYS
ViewALL_APPLY_CONFLICT_COLUMNS
Package BodyDBMS_STREAMS_ADM_IVK - show dependent code