Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: process row after periodic wait
Sounds like a good job for advanced queueing to me. Instead of inserting the row to a table, add it to a queue. The unrelated service pulls rows from the queue where they are now unavailable to other processes. I think you can put a 30 second delay in the queue, so that you can read rows that are still in the queue after 30 seconds, and insert into the other table.
-----Original Message-----
From: VIVEK_SHARMA [mailto:VIVEK_SHARMA_at_infosys.com]
Sent: Tuesday, March 16, 2004 12:24 AM
To: oracle-l_at_freelists.org
Subject: process row after periodic wait
Folks,
How may the following (in CAPITALS) be implemented?
STEPS:-
NOTE - Multiple row Inserts occur at differing points of time, some may even occur concurrently
Thanks
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |