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

multi-process INSERT

From: Francois Berger <berger_at_fire.shacknet.nu>
Date: Tue, 1 Jul 2003 15:18:20 +0200
Message-ID: <Pine.LNX.4.44.0307011513440.14997-100000@fire.shacknet.nu>


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 Received on Tue Jul 01 2003 - 08:18:20 CDT

Original text of this message

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