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: Executing multi sql statements simulously in PL/SQL

Re: Executing multi sql statements simulously in PL/SQL

From: Steve Phelan <stevep_at_XXnospamXX.toneline.demon.co.uk>
Date: 1998/02/23
Message-ID: <888225020.22623.0.nnrp-11.c2de712e@news.demon.co.uk>#1/1

Because of the design properties of 'transactions', all sections of SQL will execute within a single transaction sequentially. There is no 'threading' or 'multi-process' support built into PL/SQL directly.

Having said the above, if the *nature of your application really would improve with the parallel execution of SQL statements* (NB. lots of if's and but's here, so look long and hard before you leap - and 'test and time' to death) you may want to try some of the following:

That's about all I can think of off the top of my head. I'm sure others around here may have some alternatives.

Steve Phelan.

mouyang_at_yahoo.com wrote in message <6cdtog$o18$1_at_nnrp1.dejanews.com>...
>Hi everyone,
>
>Does Oracle have the capability to execute multi sql
>statements simulously in PL/SQL program?
>I want a stored procedure to execute multi sql in the
>same time intead of execute it subsequently.
>
>Thanks for any help.
>
>Ouyang
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/ Now offering spam-free web-based newsreading
Received on Mon Feb 23 1998 - 00:00:00 CST

Original text of this message

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