Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Emailing Query Results?
All queueing means is 'asynchronous activity'. User hits a button. The request gets inserted to a table(or whatever). Users is done and moves on.
Background job polls the table and does the action when it gets around to it.
I haven't worked with the oracle queuing packages so I don't know how good they are.
Concept is:
It's generic. You can find tons of in depth examples on queue programming on the web. Its all the same thing. I've done it with java and with korn shell.
-------------- Original message --------------
How would i do that?
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 28 2004 - 10:44:50 CDT
![]() |
![]() |