RE: performance problem with dbd oracle

2004-04-19 Thread Reidy, Ron
oln A. Baxter; Janet Goldstein Cc: Dbi-Users Subject: RE: performance problem with dbd oracle After reading all the comments I modified the test to turn auto commit off and commited once after the loop is over (not really necessary since orcale will do an implicit commit for me once I disconnect). Sinc

Re: performance problem with dbd oracle

2004-04-19 Thread Tim Bunce
Commit was spot on. I'd missed that.) Tim. > -- > Ron Reidy > Sr DBA > Array BioPharma, Inc. > > > -Original Message- > From: Tim To [mailto:[EMAIL PROTECTED] > Sent: Fri 4/16/2004 5:22 PM > To: Tim Bunce > Cc: [EMAIL PROTECTED] > Subjec

RE: performance problem with dbd oracle

2004-04-19 Thread Tim To
ly why it is so expensive. > > Other comments below: > > -- > Ron Reidy > Sr. DBA > Array BioPharma, Inc. > > > -Original Message- > From: Tim To [mailto:[EMAIL PROTECTED] > Sent: Fri 4/16/2004 4:27 PM > To: Lincoln A. Baxter; Janet Goldstein > C

RE: performance problem with dbd oracle

2004-04-19 Thread Tim To
4 1:28 PM > To: [EMAIL PROTECTED]; Tim Bunce > Cc: [EMAIL PROTECTED] > Subject: RE: performance problem with dbd oracle > > > Sure the network issue exists...look at your $data_source var. > You are requesting a SQL*Net connection. > > -- > Ron Reidy > Sr DBA > Arra

RE: performance problem with dbd oracle

2004-04-17 Thread Reidy, Ron
] Subject:RE: performance problem with dbd oracle Thanks Tim I will try that. I am running all these tests on the same server - does the network latency still apply? What else can I provide to get more help? Basically the app and the environment didn't change I just ported everything from

RE: performance problem with dbd oracle

2004-04-17 Thread Reidy, Ron
idy Sr. DBA Array BioPharma, Inc. -Original Message- From: Tim To [mailto:[EMAIL PROTECTED] Sent: Fri 4/16/2004 4:27 PM To: Lincoln A. Baxter; Janet Goldstein Cc: Dbi-Users Subject:RE: performance problem with dbd oracle Thanks for the suggestion. I do realize that b

Re: performance problem with dbd oracle

2004-04-17 Thread Tim Bunce
On Fri, Apr 16, 2004 at 11:07:04AM -0700, Tim To wrote: > The performance problem is actually worse with the real app which I have > ported from Linux mysql to Solaris oracle. The worst of the statements is > executing a commit after three or so insert/update statement so I've created > a couple of

RE: performance problem with dbd oracle

2004-04-16 Thread Tim To
PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: performance problem with dbd oracle > > > On Fri, Apr 16, 2004 at 11:07:04AM -0700, Tim To wrote: > > The performance problem is actually worse with the real app which I have > > ported from Linux mysql to Solaris oracle. The worst

RE: performance problem with dbd oracle

2004-04-16 Thread Tim To
le related (i.e. within Oracle) it should affect the pl/sql code the same way - shouldn't it?? Tim > -Original Message- > From: Lincoln A. Baxter [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004 3:01 PM > To: Janet Goldstein > Cc: Dbi-Users > Subject: RE: pe

RE: performance problem with dbd oracle

2004-04-16 Thread Lincoln A. Baxter
ill be quite slow, since every statement would then have to be parsed by oracle. Thats why you were asked for your code. Lincoln > > -Original Message- > From: Tim To [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 12:53 PM > To: [EMAIL PROTECTED] > Subject:

RE: performance problem with dbd oracle

2004-04-16 Thread Tim To
race?? Thanks again, Tim > -Original Message- > From: Reidy, Ron [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004 7:47 AM > To: Scott T. Hildreth > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: performance problem with dbd oracle > > > And you can p

Re: performance problem with dbd oracle

2004-04-16 Thread Don Bottstein
Tim To wrote: Hi, How can I improve performance when using oracle dbd? We have an urgent performance problem where inserting data into an Oracle 9i database using DBI/DBD oracle is at least five times slower than stright sql using sqlplus. Any suggestion is appreciated. Are you inserting records i

RE: performance problem with dbd oracle

2004-04-16 Thread Reidy, Ron
ginal Message- > From: Tim To [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 11:53 AM > To: [EMAIL PROTECTED] > Subject: performance problem with dbd oracle > > > Hi, > How can I improve performance when using oracle dbd? We have an urgent > performance problem w

RE: performance problem with dbd oracle

2004-04-16 Thread Scott T. Hildreth
: Tim To [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 11:53 AM > To: [EMAIL PROTECTED] > Subject: performance problem with dbd oracle > > > Hi, > How can I improve performance when using oracle dbd? We have an urgent > performance problem where inserting da

RE: performance problem with dbd oracle

2004-04-16 Thread Reidy, Ron
ity. - Ron Reidy Senior DBA Array BioPharma, Inc. -Original Message- From: Tim To [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 11:53 AM To: [EMAIL PROTECTED] Subject: performance problem with dbd oracle Hi, How can I improve performance when using oracle dbd?

Re: performance problem with dbd oracle

2004-04-16 Thread Janet Goldstein
On Thu, 15 Apr 2004, Tim To wrote: > How can I improve performance when using oracle dbd? We have an urgent > performance problem where inserting data into an Oracle 9i database using > DBI/DBD oracle is at least five times slower than stright sql using sqlplus. We just write out control and load

RE: performance problem with dbd oracle

2004-04-16 Thread Jones Robert Civ TTMS Keesler
problem with dbd oracle Hi, How can I improve performance when using oracle dbd? We have an urgent performance problem where inserting data into an Oracle 9i database using DBI/DBD oracle is at least five times slower than stright sql using sqlplus. Any suggestion is appreciated. DBD::oracle 1.15

performance problem with dbd oracle

2004-04-16 Thread Tim To
Hi, How can I improve performance when using oracle dbd? We have an urgent performance problem where inserting data into an Oracle 9i database using DBI/DBD oracle is at least five times slower than stright sql using sqlplus. Any suggestion is appreciated. DBD::oracle 1.15 DBI 1.4 PERL 5.8.0 runni