Re: Slow Performance When Using DBI, otherwise Not



Why are you setting TWO_TASK in the Perl script?

Try running your script without it.

Jared


On 2/23/06, Rhugga Harper <rhugga@xxxxxxxxx> wrote:

Here is the perl code to do the same:

$ENV{ORACLE_HOME} = $_oracle_home;
$ENV{TWO_TASK} = $_oracle_two_task;
$ENV{TNS_ADMIN} = $_tns_admin;
my $ds = "dbi:Oracle:$_dbsid";
my $dbuser = $_dbuser;
my $dbpass = $_dbpass;

...