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


VIEW: SYS.CDB_REPCAT_EXCEPTIONS

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

Repcat processing exceptions table. in all containers

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

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

Dependencies

[top of page]

SYS.CDB_REPCAT_EXCEPTIONS does not reference any database object

SYS.CDB_REPCAT_EXCEPTIONS is referenced by following:

SchemaPUBLIC
SynonymCDB_REPCAT_EXCEPTIONS