Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Getting queue table name

Re: Getting queue table name

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 01 Feb 2007 09:01:17 -0800
Message-ID: <1170349272.163842@bubbleator.drizzle.com>


tim wrote:
> Hi Niall
>
> I am trying to dequeue queue items from one queue and place them into
> a normal table. The normal table would be an identical copy of the
> queue table placed in a backup schema. My approach is to select the
> item from the queue table, insert it into the normal table, then
> dequeue the item from the queue.

Why not have your existing queue also publish to a queue with a listening procedure that loads a table?

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Feb 01 2007 - 11:01:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US