Get a specific Oracle Scheduler job

get

/database/scheduler/jobs/{owner},{job_name}

Returns specific record from DBA_SCHEDULER_JOBS or ALL_SCHEDULER_JOBS view depending on the role at runtime. This service requires db.cdb.adminUser credentials to be set in the pool configuration. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Information on the specific scheduler job in the database.
Body ()
Root Schema : SchedulerJobsItem
Type: object
Represents a row in ALL_SCHEDULER_JOBS or DBA_SCHEDULER_JOBS views. See Oracle Database Reference documenation for more details.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top