I was looking for a solution to my problem on the internet, however I could not find fit for purpose solution. Can some please help and guide me with some examples.
In Oracle em console I have a job that runs for at least for 1 hour and during the job running process it will update few tables in Oracle.
Basically I want SQL query to run every 1 minute and once count equals 8 it should stop and move ahead....
TABLE_NAME: TASK - This table will get updated during 1 hour processing
ID TYPE_ID VALUE
1 12 TEST1
2 13 TEST2
3 14 TEST3
4 15 TEST4
5 16 TEST5
Appreciate your help.