I have an interesting task. But I have no idea is it possible at all, because I'm technically retarded.
There are several pl/sql procedures. They should execute by plan. But after each execution (depending on the result) the next date and time they should run changes.
I created a table with two columns : PROCEDURE_ID, DATE. precedures from that table should be run in time order according to the DATE field.
And after each execution this table is updated and next procedure run by plan (it could be even the same one).
Is it possible? Which tools can help? What should I watch?