Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JobExecution

The details of a job execution.

Properties

compartmentId

compartmentId: string

The OCID of the compartment in which the parent job resides.

Optional databaseSubType

databaseSubType: model.DatabaseSubType

The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.

Optional databaseType

databaseType: model.DatabaseType

The type of Oracle Database installation.

Optional deploymentType

deploymentType: model.DeploymentType

A list of the supported infrastructure that can be used to deploy the database.

Optional errorMessage

errorMessage: undefined | string

The error message that is returned if the job execution fails. Null is returned if the job is still running or if the job execution is successful.

id

id: string

The identifier of the job execution.

Optional inBinds

inBinds: model.JobInBindsDetails

Optional isCluster

isCluster: undefined | false | true

Indicates whether the Oracle Database is part of a cluster.

jobId

jobId: string

The OCID of the parent job.

jobName

jobName: string

The name of the parent job.

jobRunId

jobRunId: string

The identifier of the associated job run.

Optional managedDatabaseGroupId

managedDatabaseGroupId: undefined | string

The OCID of the Managed Database Group where the parent job has to be executed.

managedDatabaseId

managedDatabaseId: string

The OCID of the Managed Database associated with the job execution.

managedDatabaseName

managedDatabaseName: string

The name of the Managed Database associated with the job execution.

name

name: string

The name of the job execution.

Optional outBinds

outBinds: model.JobOutBindsDetails

Optional resultDetails

resultDetails: model.ObjectStorageJobExecutionResultDetails

Optional scheduleDetails

scheduleDetails: model.JobScheduleDetails

Optional sqlText

sqlText: undefined | string

The SQL text executed as part of the job.

status

status: Status

The status of the job execution.

Optional timeCompleted

timeCompleted: Date

The date and time when the job execution completed.

timeCreated

timeCreated: Date

The date and time when the job execution was created.

Optional userName

userName: undefined | string

The database user name used to execute the SQL job.

Optional workloadType

workloadType: model.WorkloadType

The workload type of the Autonomous Database.

Functions

getDeserializedJsonObj

getJsonObj