[Home] [Help]
[Dependency Information]
| Object Name: | CDB_APPLY_REPERROR_HANDLERS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about apply reperror handlers in all containers
| 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 |
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;
SYS.CDB_APPLY_REPERROR_HANDLERS does not reference any database object
SYS.CDB_APPLY_REPERROR_HANDLERS is referenced by following:
PUBLIC
CDB_APPLY_REPERROR_HANDLERS
|
|
|
|