Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Parallel Processing
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
![]() |
![]() |