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


VIEW: SYS.DBA_REPCAT_EXCEPTIONS

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

Repcat processing exceptions table.

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

SYS.DBA_REPCAT_EXCEPTIONS references the following:

SchemaSYSTEM
TableREPCAT$_EXCEPTIONS
SYS.DBA_REPCAT_EXCEPTIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_REPCAT_EXCEPTIONS