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


VIEW: SYS.CDB_APPLY_REPERROR_HANDLERS

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

Details about apply reperror handlers in all containers

[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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_APPLY_REPERROR_HANDLERS;

Dependencies

[top of page]

SYS.CDB_APPLY_REPERROR_HANDLERS does not reference any database object

SYS.CDB_APPLY_REPERROR_HANDLERS is referenced by following:

SchemaPUBLIC
SynonymCDB_APPLY_REPERROR_HANDLERS