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!

Need help in using sleep function in pl/sql

601989Dec 24 2009 — edited Dec 27 2009
Hi,

need help:

I have a condition where i want to validate total_pass=total_fail and
I want to use the sleep function in a pl/sql where i want to wait for 2 minutes ie.checking
whether total_pass=total_fail based upon class_id .

I have the data in the table as:

CLASS_ID TOT_PASS TOT_FAIL

1 10 10
2 5 4
3 6 6
4 7 5

Any help will be needful for me
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 24 2010
Added on Dec 24 2009
14 comments
7,136 views