sql - How to create a "singleton" scheduled job in oracle? -
This is probably just a glossary, I'm missing out on finding out how to do this:
To run regularly every 5 minutes, however, keeping in mind that the two instances are not going to run at the same time, i.e. the next event will be postponed or abandoned if the first run is 5 minutes Are longer.
Is this the easiest / most beautiful way to achieve?
DBMS_Job
takes care of her. Just use it.
Comments
Post a Comment