Skip to Main Content

Database Software

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!

Dinamic scheduling

2674817May 16 2014 — edited May 19 2014

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?

Comments

Start with standard documentation:

"Oracle9i Database Globalization Support Guide, Release 2 (9.2)"
Part Number A96529-01

There is also Globalization area in OTN:

http://www.oracle.com/technology/tech/globalization/index.html


-- Sergiusz
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 16 2014
Added on May 16 2014
2 comments
1,283 views