PAUSE ROUTINE LOAD
Descriptionβ
Used to pause a Routine Load job. A suspended job can be rerun with the RESUME command.
PAUSE [ALL] ROUTINE LOAD FOR job_name
Examplesβ
-
Pause the routine import job named test1.
PAUSE ROUTINE LOAD FOR test1;
-
Pause all routine import jobs.
PAUSE ALL ROUTINE LOAD;
Keywordsβ
PAUSE, ROUTINE, LOAD