The following tables, which the ETL utility creates in the destination account, allow you to track the progress of your installation and data transfer.
Do not modify these tables directly.
ETL_PROPERTIES
This table saves processing options. Properties are added to the file when you install and execute the ETL utility.
The ETL utility uses the information in this table to run or resume the execution of the ETL utility, if it is interrupted.
Primary Key: NAME
ETL_PROPERTIES table
|
Field |
Description |
|---|---|
|
NAME |
Name of a property from the etl.properties file. |
|
VALUE |
Value of the property. |
ETL_STATUS
This table saves information about the steps that have executed or are currently executing.
Rows are added to the table during each step of the data transfer.
Primary Key: STEP_NAME
ETL_STATUS table
|
Field |
Description |
|---|---|
|
STEP_NAME |
Name of each step that is performed in the data transfer. |
|
START_DATE |
Date and time when the step began. |
|
END_DATE |
Date and time when the step finished, for a step that either completed or failed. |
|
STATUS |
Status of the step:
|
|
NEXT_PERSON_ID |
For the transformation process, the first PERSON_ID of the next batch to be processed. |
|
PCT_COMPLETE |
For import steps, an indicator of the percentage of the table that has been transferred. |
| Copyright © 2015 Oracle and/or its affiliates. All rights reserved. |
|---|