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