execute a job every x minutes [message #235954] |
Tue, 08 May 2007 08:58 |
aline
Messages: 92 Registered: February 2002
|
Member |
|
|
hello,
I'm working with oracle 9.2.0.7
I want to execute a job every 10 minutes (exactly).
the interval defined in the dbms_job package start after the execution on the job. So, If I have a 'SYSDATE + 10/1440 interval' and my procedure take approximatively two minutes, My interval will be 12 minutes.
Off course, I can easily do that with unix crontab crontab....
Do you have an idea?
th for the help
|
|
|
|
|
|
|
|