[Home] [Help]
[Dependency Information]
| Object Name: | DBA_REPCAT_EXCEPTIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Repcat processing exceptions table.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXCEPTION_ID | NUMBER | Yes | Internal primary key of the exceptions table. | |
| USER_NAME | VARCHAR2 | (128) | User name of user submitting the exception. | |
| REQUEST | CLOB | (4000) | Originating request containing the exception. | |
| JOB | NUMBER | Originating job containing the exception. | ||
| ERROR_DATE | DATE | Date of occurance for the exception. | ||
| ERROR_NUMBER | NUMBER | Error number generating the exception. | ||
| ERROR_MESSAGE | VARCHAR2 | (4000) | Error message associated with the error generating the exception. | |
| LINE_NUMBER | NUMBER | Line number of the exception. |
Cut, paste (and edit) the following text to query this object:
SELECT EXCEPTION_ID
, USER_NAME
, REQUEST
, JOB
, ERROR_DATE
, ERROR_NUMBER
, ERROR_MESSAGE
, LINE_NUMBER
FROM SYS.DBA_REPCAT_EXCEPTIONS;
SYSTEM
REPCAT$_EXCEPTIONS
PUBLIC
DBA_REPCAT_EXCEPTIONS
|
|
|
|