PURGE_ARCHIVE_EXCEPTION
Definition
The PURGE_ARCHIVE_EXCEPTION table contains information about errors occurring during
the purge/archive process
Technical Data
| Schema Version |
4.5.2 |
| Tablespace |
BART_DATA |
| Partitioned |
No |
Summary
The PURGE_ARCHIVE_EXCEPTION table is defined by the
following columns.
See the column details for more information.
Column Details
PROCESS_NAME
| Definition |
The name of the procedure where the error occurred |
| Type |
VARCHAR(256), NOT NULL |
RECORD_DATE
| Definition |
The date when the exception occurred |
| Type |
TIMESTAMP, NOT NULL |
EXCEPTION
| Definition |
The code of the exception returned by the database |
| Type |
VARCHAR(2000), NOT NULL |
SQL
| Definition |
The SQL command where the error occurred |
| Type |
VARCHAR(4000), NOT NULL |