Erman Arslan's Oracle Forum
›
EBS 12.2
Search
everywhere
only in this topic
Advanced Search
Scheduling concurrent Program
Classic
List
Threaded
♦
♦
Locked
3 messages
satish
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Scheduling concurrent Program
Dear Erman,
Can you please let us know what is the difference between "from the start of prior run" and "from the completion of prior run"
Thanks,
sri
ErmanArslansOracleBlog
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Scheduling concurrent Program
Administrator
It is about rescheduling time.. It is about your decision about rescheduling.. (it has to be done from start or from completion of the prior run)
Suppose you schedule a request to run every 30 mins.
If you choose start prior run ->
t0 : first scheduled run begins
t0 + 30 mins : second scheduled begins
and so on
If you choose completion of prior run ->
t0 : first scheduled run begins
t1 : first scheduled run completes
t1 + 30 mins : second scheduled begins
and so on
You get it ?
satish
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Scheduling concurrent Program
Thanks a lot erman,Its all clear now
Free forum by Nabble
Edit this page