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 -> (JDBC) Interleaving batches

(JDBC) Interleaving batches

From: Morten <c960901_at_aix5.kbar.dtu.dk>
Date: Fri, 16 Apr 1999 14:23:15 +0200
Message-ID: <Pine.A41.3.95.990416142100.21122A-100000@aix5.kbar.dtu.dk>

Hi

If you have 2 batches of prepared statements, are they interleaved when committed? Eg.

  statement from batch 1
  statement from batch 2
  etc...

  or

  batchsize * statement from batch 1
  batchsize * statement from batch 2

Thanks in advance

Morten Received on Fri Apr 16 1999 - 07:23:15 CDT

Original text of this message

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