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


TABLE: SYSTEM.REPCAT$_EXCEPTIONS

Object Details
Object Name: REPCAT$_EXCEPTIONS
Object Type: TABLE
Owner: SYSTEM
Subobject Name:
Status: VALID

Repcat processing exceptions table.

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: REPCAT$_EXCEPTIONS_PK
  1. ColumnEXCEPTION_ID
Indexes
Index Type Uniqueness Tablespace Column
REPCAT$_EXCEPTIONS_PK NORMAL UNIQUE TablespaceSYSTEM ColumnEXCEPTION_ID
SYS_IL0000226296C00003$$ LOB UNIQUE TablespaceSYSTEM
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 SYSTEM.REPCAT$_EXCEPTIONS;

Dependencies

[top of page]

SYSTEM.REPCAT$_EXCEPTIONS does not reference any database object

SYSTEM.REPCAT$_EXCEPTIONS is referenced by following:

SchemaSYS
ViewDBA_REPCAT_EXCEPTIONS