Re: DBI buffer commit

2001-05-03 Thread Dr. Frank Ullrich
to the oracle. Once the data file > is very long. The same problem also occurs: it is stuck. > > Jeff > > >From: "Sterin, Ilya" <[EMAIL PROTECTED]> > >To: jeff knot <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > >Subject: RE: DBI buffer commit > >Da

RE: DBI buffer commit

2001-05-03 Thread Sterin, Ilya
2001 10:48 PM Subject: RE: DBI buffer commit I have found that the problem ocuurs in many cases. For example, I use sqlload userid=scott/tiger control=load log=load.log to upload my data to the oracle. Once the data file is very long. The same problem also occurs: it is stuck. Jeff >From:

Re: DBI buffer commit

2001-05-03 Thread Tommy Wareing
On Thu, May 03, 2001 at 04:48:17AM -, jeff knot wrote: > I have found that the problem ocuurs in many > cases. For example, I use > sqlload userid=scott/tiger control=load log=load.log > > to upload my data to the oracle. Once the data file > is very long. The same problem also occurs: it is

RE: DBI buffer commit

2001-05-02 Thread jeff knot
CTED]> >To: jeff knot <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: RE: DBI buffer commit >Date: Wed, 2 May 2001 21:31:44 -0400 > >Didn't know that SUN bought Oracle, but these days you never know, >especially when both of them are more focused on overthrowing Mico$o

RE: DBI buffer commit

2001-05-02 Thread Sterin, Ilya
Didn't know that SUN bought Oracle, but these days you never know, especially when both of them are more focused on overthrowing Mico$oft than their product:-) Kidding... Did you explicitly set AutoCommit => 0, if not you must do that in order to use commit(). Not sure what is overflowing and wh

RE: DBI buffer commit

2001-05-02 Thread Neil Lunn
Excuse me. But what exactly is your code. I hope your not looping over both of those lines of code. -- Neil > -Original Message- > From: jeff knot [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 8:14 AM > To: [EMAIL PROTECTED] > Subject: DBI buffer commit > > > Hi, > I am new