MIGRATION_STATUS table
The MIGRATION_STATUS
table stores the
status of the current operation in progress.
Column Name | Description | Data type |
---|---|---|
ID * |
Identifier generated at the beginning of an
operation. The MigrationManagerBean uses it to update
the status periodically. Primary key. |
Numeric |
PROCESSCOUNT |
The number of objects processed. | Numeric |
PROCESSSTATUS |
The final status of the operation. This row is deleted on completion of the import/export process. | Character (50) |
SERVICEID 1 |
ID of the export. References BULK_DATA_SERVICE
(ID) . |
Numeric |
* Indicates the column is required and not null.
1 Indicates the column or the value is added in release 5.0.