| Schema Version | 4.5.2 | |
| Tablespace | BART_DATA | |
| Partitioned | No | |
The PURGE_ARCHIVE_EXCEPTION table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| PROCESS_NAME |
|
The name of the procedure where the error occurred | ||||
| RECORD_DATE |
|
The date when the exception occurred | ||||
| EXCEPTION |
|
The code of the exception returned by the database | ||||
| SQL |
|
The SQL command where the error occurred |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The name of the procedure where the error occurred |
| Type | VARCHAR(256), NOT NULL |
| Definition | The date when the exception occurred |
| Type | TIMESTAMP, NOT NULL |
| Definition | The code of the exception returned by the database |
| Type | VARCHAR(2000), NOT NULL |
| Definition | The SQL command where the error occurred |
| Type | VARCHAR(4000), NOT NULL |