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 -> Re: Multithreading in Oracle

Re: Multithreading in Oracle

From: Jim Kennedy <jim>
Date: Wed, 12 Jul 2006 20:07:13 -0700
Message-ID: <qemdnZDEhb-pJSjZnZ2dnUVZ_rydnZ2d@comcast.com>

"Arun" <arunkumar.v2_at_in.bosch.com> wrote in message news:e92pbq$gjk$2_at_ns2.fe.internet.bosch.com...
> Hi Experts,
>
> There is no support for multithreading in PL/SQL.
> Is there any proper reason for not having such a support?
>
> Regards,
> Arun
>
>

In a way you can do this. You can call dbms_job for each "thread" you want to run. The procs have to be self contained and cannot realistically communicate with one another.
Jim Received on Wed Jul 12 2006 - 22:07:13 CDT

Original text of this message

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