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


VIEW: SYS.DBA_APPLY_DML_HANDLERS

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

Details about the dml handler

[View Source]

Columns
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
HANDLER_NAME VARCHAR2 (128)
Name of the apply dml handler, NULL for the ERROR and PROCEDURE handler
HANDLER_TYPE VARCHAR2 (17)
Type of the apply dml handler
SET_BY VARCHAR2 (10)
Entity that set up the handler: USER, GOLDENGATE
Query Text

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
,      HANDLER_NAME
,      HANDLER_TYPE
,      SET_BY
FROM SYS.DBA_APPLY_DML_HANDLERS;

Dependencies

[top of page]

SYS.DBA_APPLY_DML_HANDLERS references the following:

SchemaSYS
TableAPPLY$_DEST_OBJ_OPS
TableOBJ$
SYS.DBA_APPLY_DML_HANDLERS is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_DML_HANDLERS
SchemaSYS
ViewALL_APPLY_DML_HANDLERS
ViewDBA_STREAMS_STMTS
ViewDBA_STREAMS_STMT_HANDLERS
ViewDBA_XSTREAM_STMTS
ViewDBA_XSTREAM_STMT_HANDLERS
Package BodyDBMS_LOGREP_EXP - show dependent code
Package BodyDBMS_STREAMS_ADM_IVK - show dependent code