Create a data pump job
post
/database/datapump/jobs/
Create a Data Pump job with the specified parameters and start it. Refer to Oracle Data Pump documentation for a more detailed explanation of parameters. Export operation only permitted in this implementation version.
Request
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
datapump_dir(optional):
string
Default Value:
DATA_PUMP_DIR
Specify the database directory to use. -
filter(optional):
string
The filter to apply to identify database objects for export. Required when job_mode is not FULL.
-
job_mode(optional):
string
Default Value:
SCHEMA
Allowed Values:[ "FULL", "SCHEMA", "TABLE", "TABLESPACE" ]
Specify the Data Pump job mode. -
operation:
string
Allowed Values:
[ "EXPORT" ]
Specify the Data Pump job operation. -
threads(optional):
integer
The maximum number of worker processes that can be used for the job. Set this parameter to adjust the amount of resources used for a job.
Response
Supported Media Types
- application/json
201 Response
Details of the Data Pump job that has been successfully created.