[Home] [Help]
[Dependency Information]
| Object Name: | ALL_APPLY_DML_HANDLERS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about the dml handler on tables visible to the current user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_OWNER | VARCHAR2 | (128) | Yes | Owner of the object |
| OBJECT_NAME | VARCHAR2 | (128) | Yes | Name of the object |
| OPERATION_NAME | VARCHAR2 | (13) | Name of the DML operation | |
| USER_PROCEDURE | VARCHAR2 | (98) | Name of the DML handler specified by the user | |
| ERROR_HANDLER | CHAR | (1) | Y if the user procedure is the error handler, N if it is the DML handler | |
| APPLY_DATABASE_LINK | VARCHAR2 | (128) | For remote objects, name of database link pointing to remote database | |
| APPLY_NAME | VARCHAR2 | (128) | Name of the apply process for the given object | |
| ASSEMBLE_LOBS | CHAR | (1) | Y if LOBs should be assembled in DML or error handler | |
| SET_BY | VARCHAR2 | (10) | Entity that set up the handler: USER, GOLDENGATE |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_OWNER
, OBJECT_NAME
, OPERATION_NAME
, USER_PROCEDURE
, ERROR_HANDLER
, APPLY_DATABASE_LINK
, APPLY_NAME
, ASSEMBLE_LOBS
, SET_BY
FROM SYS.ALL_APPLY_DML_HANDLERS;
SYS
ALL_TABLES
DBA_APPLY_DML_HANDLERS
PUBLIC
ALL_APPLY_DML_HANDLERS
|
|
|
|