Purpose
This statement is used to end a routine load task, which cannot be resumed.
Syntax
STOP ROUTINE LOAD FOR job_name;
Parameters
Parameter |
Description |
|---|---|
| job_name | Specifies the job name for terminating the routine load task. |
Examples
End the routine load job load_job_0.
obclient> STOP ROUTINE LOAD FOR load_job_0;
