Get a specific data pump job

get

/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 role to invoke this service.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Details of the Data Pump job. For an EXPORT job, this will also include links to log and export files.
Body ()
Root Schema : DataPumpJobsItem
Type: object
This object represents a specified Data Pump job in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top