Re: Slow Performance When Using DBI, otherwise Not
- From: jkstill@xxxxxxxxx (Jared Still)
- Date: Fri, 24 Feb 2006 17:01:52 -0800
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;
...
- References:
- Slow Performance When Using DBI, otherwise Not
- From: Rhugga Harper
- Slow Performance When Using DBI, otherwise Not
- Prev by Date: Re: perl v5.8.0 DBI core on AIX 5.2
- Next by Date: A common perl script for different database platforms
- Previous by thread: Slow Performance When Using DBI, otherwise Not
- Next by thread: RE: Slow Performance When Using DBI, otherwise Not
- Index(es):