View job status
The utility allows you to view list of jobs (operations) performed on a table. It displays whether an operation was successfully completed or not; and start and end time of the operation.
Step
To get list and status of jobs performed on the table, run the following command:
Flags description
The following table describes the flags and parameters associated with this command.
Flag | Data Type | Description |
---|---|---|
-a | string | Database alias associated with the database user. |
-h | Flag to view help for the getjoblist command. | |
-n | string | Number of jobs to be listed. Default value is 2147483647 |
-t | string | Table name. This is an optional parameter. |
-- verbose | Print verbose logs. |
Example
The following command displays the job status for the table CUSTOMERS
.
Output
Here, the status of jobs is displayed in descending order.