Error while executing DBI module

2006-05-30 Thread Amar P. Singh
Hi, I get the following errors while executing the DBI module of perl. Please help me find out the reason of this error. install_driver(Oracle) failed: Can't load '/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/DBD/Ora cle/Oracle.so' for module DBD::Oracle: libclntsh.so.9.0:

DBI 1.50, os2, perl 5.8.0

2006-05-30 Thread ROBe Systemprogrammierung
Hi I just installed DBI-1.50. The only problem I had is the following test: not ok 60 # Test 60 got: '25 0.93 0.11 1e-02 0.23 102311 1023110010' (t/40profile.t at line 202) #Expected: '25 0.93 0.11 0.01 0.23 102311 1023110010' # Test 62 got: '27 2.93 0.11 1e-02 0.23 102311

Re: Error while executing DBI module

2006-05-30 Thread John Scoles
Looks like the DBD:Oracle module was not compiled correctly for your current Oracle client or DBD:Oracle did now install correctly or is not installed. You will most likely have to recompile and reinstall the latest version of DBD::Oracle. Can you tell us what version of DBI, DBD:Oracle, Oracle

OCI Initialize failed 1804r

2006-05-30 Thread rajarathnam, devaraj
Hi, I have a perl 5.6.1 installation with DBI and DBD:Oracle with Oracle 9i When I try to run a script to make a connection with Oracle 10g using the above Perl executable, I get the error Unable to initialize OCI, OCI Initialize failed 1804. Do I need to compile Perl, DBI and DBD with Oracle

DBD::Oracle with oracle child process with parent ID of 1

2006-05-30 Thread Kong, Alan
Hi all, Does anyone know why the oracle child process initiated by my perl program with parent ID of 1? My system is HPUX 11.11 with PERL5.8.0, DBI1.48, DBD-Oracle-1.16, Oracle10.2.0. I have another system with HPUX11.00, PERL5.6.1, DBI1.48, DBD-Oracle-1.16, Oracle8.1.7 where oracle child

Re: DBD::Oracle with oracle child process with parent ID of 1

2006-05-30 Thread markd
Kong, Alan wrote: Hi all, Does anyone know why the oracle child process initiated by my perl program with parent ID of 1? My system is HPUX 11.11 with PERL5.8.0, DBI1.48, DBD-Oracle-1.16, Oracle10.2.0. I have another system with HPUX11.00, PERL5.6.1, DBI1.48, DBD-Oracle-1.16, Oracle8.1.7

RE: DBD::Oracle with oracle child process with parent ID of 1

2006-05-30 Thread Kong, Alan
Mark, First of all, thanks for your reply. The problem that I am having is the parent process is still running, and the child process shouldn't become a orphan process. The reason why I posted this problem in DBI user group is because the problem is not there when I login to Oracle with

Re: DBD::Oracle with oracle child process with parent ID of 1

2006-05-30 Thread mark
Kong, Alan wrote: The problem that I am having is the parent process is still running, and the child process shouldn't become a orphan process. The reason why I posted this problem in DBI user group is because the problem is not there when I login to Oracle with SQL*PLUS, only when I run PERL

Re: DBI 1.50, os2, perl 5.8.0

2006-05-30 Thread Tim Bunce
It is, as google would agree. Fixed in the next release. Tim. On Tue, May 30, 2006 at 01:21:23PM +0200, ROBe Systemprogrammierung wrote: Hi I just installed DBI-1.50. The only problem I had is the following test: not ok 60 # Test 60 got: '25 0.93 0.11 1e-02 0.23 102311 1023110010'

Problems with Error Handling

2006-05-30 Thread Don Mies
I'm running the Perl DBI module with MySQL under cygwin on a Windows XP system and I'm having trouble using the DBI error handling/trapping procedures. I'm running perl v5.8.7 built for cygwin-thread-multi-64int; DBI v1.50; MySQL 5.0.18-nt. Here is a snippet of what my program looks like:

RE: OCI Initialize failed 1804r

2006-05-30 Thread rajarathnam, devaraj
Hi John, I am using Oracle 10g client, so I infer that I need to compile DBD:Oracle with Oracle 10g client. But to compile DBD:Oracle with Oracle 10g client, do I need to start to compile Perl 5.6.1 again? If so can I use PPM to install Perl. Is PPM available for HP-UX. Please could you