Get a specific data pump job
get
/ords/_/db-api/stable/database/datapump/jobs/{owner_name},{job_name}/
Describes a specific Data Pump job in the database. Uses DBA_DATAPUMP_JOBS view. When the specified job is a Data Pump Export job, the response contains links to the log and export files. A client requires SQL Administrator or SQL Developer role to invoke this service.
Request
Path Parameters
-
job_name: string
Name of the Data Pump job.
-
owner_name: string
Owner of the Data Pump job.
Response
Supported Media Types
- application/json
200 Response
Details of the Data Pump job. For an EXPORT job, this will also include links to log and export files.
Root Schema : DataPumpJobsItem
Type:
object
This object represents a specified Data Pump job in the database.
Show Source
-
attached_sessions(optional):
integer
Number of sessions attached to the job.
-
datapump_sessions(optional):
integer
Number of Data Pump sessions participating in the job.
-
degree(optional):
integer
Number of worker processes performing the operation.
-
job_mode(optional):
string
Mode of job.
-
job_name(optional):
string
User-supplied name for the job (or the default name generated by the server).
-
links(optional):
array links
-
operation(optional):
string
Type of job.
-
owner_name(optional):
string
User that initiated the job.
-
state(optional):
string
Current job state.