2.32 ALL_APPLY_DML_HANDLERS
ALL_APPLY_DML_HANDLERS
displays information about the DML handlers on the tables accessible to the current user.
Related View
DBA_APPLY_DML_HANDLERS
displays information about the DML handlers on all tables in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the object on which the DML handler is specified |
|
|
|
Name of the object on which the DML handler is specified |
|
|
|
Name of the DML operation for which the DML handler is used:
|
|
|
|
Name of the user-specified DML handler, which handles row logical change records that contain the DML operation in the |
|
|
|
Indicates whether the DML handler handles only the relevant row logical change records that result in apply errors ( |
|
|
|
Database link to which changes are applied. If null, then changes are applied to the local database. |
|
|
|
Name of the apply process for the given object |
|
|
|
Indicates whether LOB assembly is used for LOB columns in logical change records (LCRs) processed by the handler ( LOB assembly combines multiple LCRs for a LOB column resulting from a single row change into one row LCR before passing the LCR to the handler. |
|
|
|
Entity that set up the handler. Possible values include:
|
See Also:
-
Oracle Database XStream Guide for more information about DML handlers in an Oracle XStream environment