RE: Load Testing Script

2007-08-09 Thread Garrett, Philip \(MAN-Corporate\)
Robert Hicks wrote: > Garrett, Philip (MAN-Corporate) wrote: >> Robert Hicks wrote: >>> Does anyone have such a beast for Oracle? I am trying to eliminate >>> the Perl/DBD::Oracle side of the equation for some problems in our >>> app. I did a looping select 20,000 times and the same for an insert.

Re: Load Testing Script

2007-08-09 Thread Alex _
have you looked into sqlldr Robert Hicks <[EMAIL PROTECTED]> wrote: Garrett, Philip (MAN-Corporate) wrote: > Robert Hicks wrote: >> Does anyone have such a beast for Oracle? I am trying to eliminate the >> Perl/DBD::Oracle side of the equation for some problems in our app. I >> did a looping sele

Re: Load Testing Script

2007-08-07 Thread Robert Hicks
Garrett, Philip (MAN-Corporate) wrote: Robert Hicks wrote: Does anyone have such a beast for Oracle? I am trying to eliminate the Perl/DBD::Oracle side of the equation for some problems in our app. I did a looping select 20,000 times and the same for an insert. I thought that someone might have

Re: Load Testing Script

2007-08-07 Thread Robert Hicks
Sent: Tuesday, August 07, 2007 9:47 AM To: dbi-users@perl.org Subject: Re: Load Testing Script Loo, Peter # PHX wrote: Hey Robert, Are you going from Oracle to Oracle? Peter Yup...I am basically wanting to test against 1 particular Oracle db. Robert This E-mail message is for the sole use o

RE: Load Testing Script

2007-08-07 Thread Garrett, Philip \(MAN-Corporate\)
Robert Hicks wrote: > Does anyone have such a beast for Oracle? I am trying to eliminate the > Perl/DBD::Oracle side of the equation for some problems in our app. I > did a looping select 20,000 times and the same for an insert. > > I thought that someone might have a better script... Have you t

RE: Load Testing Script

2007-08-07 Thread Loo, Peter # PHX
>From a flat file? Peter -Original Message- From: Robert Hicks [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 9:47 AM To: dbi-users@perl.org Subject: Re: Load Testing Script Loo, Peter # PHX wrote: > Hey Robert, > > Are you going from Oracle to Oracle? > &

Re: Load Testing Script

2007-08-07 Thread Robert Hicks
Loo, Peter # PHX wrote: Hey Robert, Are you going from Oracle to Oracle? Peter Yup...I am basically wanting to test against 1 particular Oracle db. Robert

RE: Load Testing Script

2007-08-07 Thread Loo, Peter # PHX
Hey Robert, Are you going from Oracle to Oracle? Peter -Original Message- From: Robert Hicks [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 7:52 AM To: dbi-users@perl.org Subject: Load Testing Script Does anyone have such a beast for Oracle? I am trying to eliminate the

Load Testing Script

2007-08-07 Thread Robert Hicks
Does anyone have such a beast for Oracle? I am trying to eliminate the Perl/DBD::Oracle side of the equation for some problems in our app. I did a looping select 20,000 times and the same for an insert. I thought that someone might have a better script... Robert