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

Home -> Community -> Usenet -> c.d.o.misc -> Parallel Processing

Parallel Processing

From: Thomas Geng <Thomas.Geng_at_ch.pwcglobal.com>
Date: Thu, 29 Nov 2001 14:17:59 +0100
Message-ID: <9u5ci8$4nd$1@rex.ip-plus.net>


Hi everybody,

i have the following task:

While starting a client application some data are loaded into a session specific temporary table, which takes a lot of time. How is it possible to trigger the loading of the temporary table as a parallel task, while the application finishes the start procedure and then waits for the end of the loading task. The mechanism should be like a separate thread, which loads the data parallel to the starting thread.

P.S.: The session ID in the load task must be the same as in the client application. The loading function is written in PL/SQL.

Thanks a lot, Thomas Received on Thu Nov 29 2001 - 07:17:59 CST

Original text of this message

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