Oracle connection issue with perl DBI

2007-12-19 Thread Kumar Ranjan
Folks, I am facing a funny but troubling issue with Perl DBI Oracle. When my shell environment does not have ORACLE_HOME path set, my script works fine. I am connecting to Oracle DB like this: #!/usr/bin/perl -w use strict; use DBI; my $dbh =

Re: Oracle connection issue with perl DBI

2007-12-19 Thread John D Groenveld
In message [EMAIL PROTECTED], Kumar Ranjan writes: I am facing a funny but troubling issue with Perl DBI Oracle. When my shell environment does not have ORACLE_HOME path set, my script works fine. I am connecting to Oracle DB like this: #!/usr/bin/perl -w use strict; use DBI; my $dbh =