FASTTRANSFER_LOADSTEPTIMEOUT_MINUTES
Controls the timeout for bulk load operations when using msbulk or orabulk target connection types.
Overview
| Property | Value |
|---|---|
| Connection Types | msbulk, orabulk |
| Default Value | 60 minutes |
| Valid Values | Any positive integer (in minutes) |
| Since Version | 0.17 |
Description
Sets the maximum time (in minutes) that FastTransfer will wait for a bulk load operation to complete. This is particularly useful for large data transfers that may exceed the default 60-minute timeout.
When transferring large volumes of data, the bulk load operation can take longer than the default timeout. This variable allows you to extend the timeout to accommodate your specific data transfer requirements.
Usage
- Windows
- Linux
Temporary (current session):
# Set timeout to 120 minutes
set FASTTRANSFER_LOADSTEPTIMEOUT_MINUTES=120
# Run FastTransfer
./FastTransfer --targetconnectiontype msbulk ...
Temporary (current session):
# Set timeout to 120 minutes
export FASTTRANSFER_LOADSTEPTIMEOUT_MINUTES=120
# Run FastTransfer
./FastTransfer --targetconnectiontype msbulk ...