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


VIEW: SYS.DBA_APPLY_REPERROR_HANDLERS

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

Details about apply reperror handlers

[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLY_NAME VARCHAR2 (30) Yes Name of the apply process
OBJECT_OWNER VARCHAR2 (30) Yes Owner of the target object
OBJECT_NAME VARCHAR2 (30) Yes Name of the target object
SOURCE_OBJECT_OWNER VARCHAR2 (30) Yes Owner of the source object
SOURCE_OBJECT_NAME VARCHAR2 (30) Yes Name of the source object
ERROR_NUMBER NUMBER
Yes Error number for the handler
METHOD VARCHAR2 (18)
Error handling method
MAX_RETRIES NUMBER

Number of times to retry
DELAY_CSECS NUMBER

Centiseconds to wait between retries
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 APPLY_NAME
,      OBJECT_OWNER
,      OBJECT_NAME
,      SOURCE_OBJECT_OWNER
,      SOURCE_OBJECT_NAME
,      ERROR_NUMBER
,      METHOD
,      MAX_RETRIES
,      DELAY_CSECS
,      SET_BY
FROM SYS.DBA_APPLY_REPERROR_HANDLERS;

Dependencies

[top of page]

SYS.DBA_APPLY_REPERROR_HANDLERS references the following:

SchemaSYS
View_DBA_APPLY_REPERROR_HANDLERS
SYS.DBA_APPLY_REPERROR_HANDLERS is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_REPERROR_HANDLERS
SchemaSYS
ViewALL_APPLY_REPERROR_HANDLERS