Purpose
This statement is used to resume a routine load task and continue importing data.
Syntax
RESUME ROUTINE LOAD FOR job_name;
Parameters
Parameter |
Description |
|---|---|
| job_name | Specifies the job name of the routine load task to be resumed. |
Examples
Resume the routine load job load_job_0.
obclient> RESUME ROUTINE LOAD FOR load_job_0;
