The DXLoader task creates a new detail database table and uploads the detail data in the .IR file to the table using the database platform’s SQL loader.
|
DXLoader Task Input: |
DXLoader Task Output: |
|
· .IR file |
· A database table with content · .LOG, .CTL, and .CMD files (creates a .bad file if the SQLLDR or BCP fail) |
|
DXLoader Task Configuration | ||
|
Field |
What to enter/select | |
|
Load Method |
Choose one of the following database load methods: | |
|
|
Direct load |
Stores data directly to the database. This option locks the Detail table, loads the information, and ends the call to the database. No sharing of tables is allowed during this process. A direct load is the fastest method. |
|
|
Conventional load |
Uses Insert statements, one row at a time. Performs multiple selects and inserts on the table at once, but does not lock up the database and lock out Web users. A conventional load is slower than a direct load. |