asadmin [asadmin-options] list-batch-jobs [--help]
[--target target]
[--long={false|true}]
[--output output]
[--header={false|true}]
[job_name]
|
list-batch-jobs |
| Previous | Next | Contents |
lists batch jobs
Synopsis
asadmin [asadmin-options] list-batch-jobs [--help]
[--target target]
[--long={false|true}]
[--output output]
[--header={false|true}]
[job_name]
Description
The list-batch-jobs subcommand lists batch jobs and job details.
Options
Options for the asadmin utility. For information about these
options, see the asadmin(1M) help page.
--help-?Displays the help text for the subcommand.
--targetSpecifies the target for which to list batch jobs and job details.
Valid values are as follows:
serverLists batch jobs for the default server instance server and is the
default value.
Lists batch jobs for every server instance in the cluster.
Lists batch jobs for a particular server instance.
--long-lDisplays detailed information about batch jobs. The default value is
false.
--output-oDisplays specific details about batch jobs. Use a comma-separated list
to specify the details to display and their order. The values are
case-insensitive. The jobname and instancecount column headings
are displayed by default.
Possible values are as follows:
jobnameDisplays the name of the job.
appnameDisplays the name of the application.
instancecountDisplays the number of job instances.
instanceidDisplays the ID assigned to the job instance.
executionidDisplays the ID assigned to the execution of the batch job. A new execution is created the first time a job is started and every time the existing execution is restarted.
batchstatusDisplays the status of the job as set by the batch runtime.
starttimeDisplays the start time of the job.
endtimeDisplays the finish time of the job.
exitstatusDisplays the status of the job as set by the Job XML for the job or by the batch application. By default, the exit status and the batch status are the same unless the exit status is explicitly overridden.
--header-hSpecifies whether column headings are displayed when the --long
option is used. The default value is true. To suppress the headings,
set the --header option to false.
Operands
The name of the job for which to list details.
Examples
Example 1 Listing Batch Jobs
This example lists batch jobs for the default server instance.
asadmin> list-batch-jobs
JOBNAME INSTANCECOUNT
payroll 9
bonus 6
Command list-batch-jobs executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
| Previous | Next | Contents |
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.