asadmin [asadmin-options] list-batch-job-executions [--help]
[--target target]
[--executionid execution-id]
[--long={false|true}]
[--output output]
[--header={false|true}]
[instance_ID]
|
list-batch-job-executions DRAFT |
| Previous | Next | Contents |
lists batch job executions and execution details
Synopsis
asadmin [asadmin-options] list-batch-job-executions [--help]
[--target target]
[--executionid execution-id]
[--long={false|true}]
[--output output]
[--header={false|true}]
[instance_ID]
Description
The list-batch-job-executions subcommand lists batch job executions
and execution 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 job executions and
execution details. Valid values are as follows:
serverLists executions for the default server instance server and is the
default value.
Lists executions for every server instance in the cluster.
Lists executions for a particular server instance.
--executionid-xSpecifies the execution ID of a specific batch job execution.
--long-lDisplays detailed information about batch job executions. The default
value is false.
--output-oDisplays specific details about batch job executions. Use a
comma-separated list to specify the details to display and their
order. The values are case-insensitive. A subset of all possible
headings is displayed by default.
Possible values are as follows:
jobnameDisplays the name of the job.
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.
starttimeDisplays the start time of the execution.
endtimeDisplays the finish time of the execution.
batchstatusDisplays the status of the execution as set by the batch runtime.
exitstatusDisplays the status of the execution 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.
jobparametersDisplays the properties passed to the batch runtime for the batch job execution, listed as name/value pairs.
stepcountDisplays the number of steps in the batch job execution.
--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 ID of the job instance for which to list execution details.
Examples
Example 1 Listing Batch Job Executions
This example lists batch job executions for the default server instance and displays specific details.
asadmin> list-batch-job-executions -o=jobname,executionid,batchstatus,exitstatus
JOBNAME EXECUTIONID BATCHSTATUS EXITSTATUS
payroll 9 COMPLETED COMPLETED
bonus 6 FAILED FAILED
Command list-batch-job-executions 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.
DRAFT