Re: Need help with DBI connect

2011-09-13 Thread tiger peng
Mostly there are multiple perl, DBI, ... on your box. Check which perl is used; what is its version; what library paths are under this Perl; where is your DBI, where is the DBD::Oracle under the DBI. And then you need set the environment before call the script; or have the environment set in th

Re: Need help with DBI connect

2011-09-13 Thread Jonathan Leffler
You have module Apache::DBI which ain't DBI. You need to install DBI (and DBD::Oracle), probably after compiling them. JL --Original Message-- From: Chokhani, Khushboo To: dbi-users@perl.org Subject: Need help with DBI connect Sent: Sep 12, 2011 08:18 Hi, I have been stuck

RE: Need help with DBI connect

2011-09-13 Thread John Scoles
ld use the instant client which you can get here http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html CheersJohn > Subject: Need help with DBI connect > Date: Mon, 12 Sep 2011 10:18:05 -0500 > From: khushboo.chokh...@bestbuy.com > To: dbi-

Need help with DBI connect

2011-09-13 Thread Chokhani, Khushboo
Hi, I have been stuck with this error since long now, and have tried almost everything available on web but no luckL Any help would be greatly appreciated. When I try to execute a PERL scripts I am getting an error: ORACLE_HOME=/u01/app/oracle/product/10.2.0 TNS_ADMIN=/usr/local/tns

Re: Help with DBI->connect

2002-07-08 Thread Michael A Chase
On Wed, 3 Jul 2002 12:00:18 +0100 Ricardo Oliveira <[EMAIL PROTECTED]> wrote: > Hi, > I'm new with DBI and mod-perl, i'm trying to connect to a database in a > remote computer using DBI:Oracle. When I try a connection locally, the > process runs fine, when I try a connection from a remote compu

Help with DBI->connect

2002-07-03 Thread Ricardo Oliveira
Hi, I'm new with DBI and mod-perl, i'm trying to connect to a database in a remote computer using DBI:Oracle. When I try a connection locally, the process runs fine, when I try a connection from a remote computer I got the following error: Couldn't connect to database: Error while trying to ret