Skip to Main Content

SQL & PL/SQL

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!

running a select every minute during half an hour

user10274093Feb 23 2015 — edited Feb 23 2015

Hi all,

I want to run a SELECT on a table every minute during half an hour.

Something like this :

Begin

Do every 1 minute during 30 Min

Select col1, col2 from mytable

End

I thought of Loop in PL/SQL. But did'nt see any example with time indication.

Any way ?

Thanks and regards.

This post has been answered by GregV on Feb 23 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2015
Added on Feb 23 2015
8 comments
1,698 views