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: multi-process INSERT

Re: multi-process INSERT

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Tue, 01 Jul 2003 11:10:57 -0700
Message-ID: <3F01CEB1.D86F25E4@exxesolutions.com>


Francois Berger wrote:

> Hi,
> I have several process which do INSERT into the same table (no index, no
> constraints). I was wondering if insert statements were treated "at the
> same time" or if there were some kind of lock of the table...
> If there are locks on the table, is it possible to modify it
> in such a way my statements are executed at the same time ?
> Hope anybody can help.
>
> Francois

There are no table locks associated with inserts.

What you mean by "at the same time" eludes me. Ten insert statements are just that ... ten separate insert statements.

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue Jul 01 2003 - 13:10:57 CDT

Original text of this message

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