RE: Faster Inserting Code
From: Jared Still (jkstill_at_cybcon.com)
Date: 09/25/04
- Previous message: Jared Still: "Re: Perl/DBI/ORACLE Troubles. Help, please!"
- In reply to: Ron Reidy: "RE: Faster Inserting Code"
- Next in thread: Harald Fuchs: "Re: Faster Inserting Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Reidy, Ron" <Ron.Reidy@arraybiopharma.com> Date: Fri, 24 Sep 2004 19:09:50 -0700
On Wed, 2004-09-22 at 15:35, Reidy, Ron wrote:
> Well, since you're using Oracle, modify your do() and prepare() statements as follows:
>
> $dbh->do("sql statement", {ora_check_sql => 0}) ...
>
> $dbh->prepare("sql statement", {ora_check_sql => 0}) ...
>
> And you will make your DBA happy.
>
Unless I'm misreading the docs on this, I don't see where it
will make any difference in the script in question.
Care to enlighten me?
Jared
- Previous message: Jared Still: "Re: Perl/DBI/ORACLE Troubles. Help, please!"
- In reply to: Ron Reidy: "RE: Faster Inserting Code"
- Next in thread: Harald Fuchs: "Re: Faster Inserting Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|