Oracle Database · Schema

DataPumpJob

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
owner_name string
job_name string
operation string
job_mode string
state string
degree integer
attached_sessions integer
View JSON Schema on GitHub

JSON Schema

oracle-database-datapumpjob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataPumpJob",
  "title": "DataPumpJob",
  "type": "object",
  "properties": {
    "owner_name": {
      "type": "string"
    },
    "job_name": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "job_mode": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "degree": {
      "type": "integer"
    },
    "attached_sessions": {
      "type": "integer"
    }
  }
}