SOA 12c - Oracle Enterprise Scheduler (Create a Scheduled Process)
Here we go! Information that you need to know: With Oracle Enterprise Scheduler , you can define, schedule and run jobs, or units of work done on an application's behalf. Oracle Enterprise Scheduler is installed with a product that embeds it to provide scheduling services. You typically won't have to install Oracle Enterprise Scheduler. With Oracle Enterprise Scheduler , you might define a job that runs a particular PL/SQL function or command-line process. You can define a job that executes Java code. Those job types are included with Oracle Enterprise Scheduler: Java job type for executing Java code. Web Service job type. EJB job type. Process job type for executing a command-line command. PL/SQL job type for executing functions in Oracle's extension language for SQL. For more detailed information read the following URL: https://docs.oracle.com/middleware/12212/ess/administer-scheduler/GUID-A7FBE88B-8E78-4424-97A9-BC12EBB86B5A.htm#ESSAG4108 In this ...