Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

APEX frontend for dbms_scheduler

Bon-MinhJan 29 2022

to strength my APEX skills, I am pondering creating a frontend with APEX but would not mind benefitting / learning from some one else's code if possible and if such an APEX implementation has been done with nice result.
I have quite a lot of experience using a scheduling tool named BicSuite, but have also worked with dbms_schuduler API a lot, and a kind of scheduling framework with an UI based on Java and backend based on dbms_scheduler, in a customer project.
In particular, DBMS scheduler has a feature of chaining job steps that screams for a UI solution, rather than using API. APEX would be the obvious UI choice.
I know Sql Developer provides some basic interface to make simple DMBS_SCHEDULER calls, such as to create a program, a job. But when it comes to chaining, there is barely something.
Would be nice if someone cares to share.

Comments
Post Details
Added on Jan 29 2022
3 comments
686 views