[Home] [Help]
[Dependency Information]
| Object Name: | REPCAT$_EXCEPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYSTEM |
| Subobject Name: | |
| Status: | VALID |
Repcat processing exceptions table.
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
EXCEPTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| REPCAT$_EXCEPTIONS_PK | NORMAL | UNIQUE |
SYSTEM
|
EXCEPTION_ID
|
| SYS_IL0000226296C00003$$ | LOB | UNIQUE |
SYSTEM
|
| 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 SYSTEM.REPCAT$_EXCEPTIONS;
SYSTEM.REPCAT$_EXCEPTIONS does not reference any database object
SYSTEM.REPCAT$_EXCEPTIONS is referenced by following:
SYS
DBA_REPCAT_EXCEPTIONS
|
|
|
|