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


VIEW: SYS.ALL_APPLY_CONFLICT_COLUMNS

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

Details about conflict resolution on tables visible to the current user

[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.ALL_APPLY_CONFLICT_COLUMNS;

Dependencies

[top of page]

SYS.ALL_APPLY_CONFLICT_COLUMNS references the following:

SchemaSYS
ViewALL_TAB_COLUMNS
ViewDBA_APPLY_CONFLICT_COLUMNS
SYS.ALL_APPLY_CONFLICT_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymALL_APPLY_CONFLICT_COLUMNS