Is anyone aware of a crontab parser in pl/sql? All I really need is the equivalent of dbms_scheduler.evaluate_calendar_string(), to yield the next_run_date.
https://docs.oracle.com/database/121/ARPLS/d_sched.htm#ARPLS72366
Google hasn't turned up anything promising. If not I'll likely sort out which Java solution looks most promising, and just compile that into the database.
Thanks.