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


VIEW: SYS.ALL_APPLY_DML_CONF_COLUMNS

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

Details about dml conflict handler column groups on objects visible to the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLY_NAME VARCHAR2 (128)
Name of the apply process
CONFLICT_HANDLER_NAME VARCHAR2 (30)
Name of the conflict handler
COLUMN_NAME VARCHAR2 (30) Yes Name of the column
Query Text

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


SELECT APPLY_NAME
,      CONFLICT_HANDLER_NAME
,      COLUMN_NAME
FROM SYS.ALL_APPLY_DML_CONF_COLUMNS;

Dependencies

[top of page]

SYS.ALL_APPLY_DML_CONF_COLUMNS references the following:

SchemaSYS
ViewALL_APPLY_DML_CONF_HANDLERS
ViewDBA_APPLY_DML_CONF_COLUMNS
SYS.ALL_APPLY_DML_CONF_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymALL_APPLY_DML_CONF_COLUMNS