Oracle® Secure Backup Reference Release 10.1 Part Number B14236-03 |
|
|
View PDF |
Purpose
Use the canceljob
command to cancel a pending or running job. You can display these jobs by specifying the --pending
or --active
options on the lsjob command.
Canceling a job aborts the job if it is running, then marks its job record as "canceled." Oracle Secure Backup considers canceled jobs as no longer eligible to be run. If you cancel a job that has subordinates, then each of its subordinate jobs is also canceled.
See Also:
"Job Commands" for related commandsPrerequisites
If you are attempting to cancel another user's jobs, then you must have the right to modify any job, regardless of its owner. If you are attempting to cancel your own jobs, then you must have the right to modify any jobs owned by user.
Syntax
canceljob::=
cancel•job [ --quiet/-q | --verbose/-v ] job-id ...
Semantics
Suppresses output.
Displays verbose output.
Specifies the job identifier of the job to be canceled. You can display job identifiers with the lsjob command.
Example
Example 2-8 displays a pending job and then cancels it.