Re: (Fwd) DBD:Oracle
I have not looked at this list in some time, but today I am doing so. That explains the late response, which is probably too late Ajay. If Oracle 12c is already installed, then Perl and DBD::Oracle are also installed. Oracle depends quite heavily on Perl for several utilities. Try $ORACLE_HOME/perl/bin/perl -MDBD::Oracle=99 Jared On Mon, Jul 13, 2020 at 14:29 Tim Bunce wrote: > - Forwarded message from Ajay Kumar - > > Date: Mon, 13 Jul 2020 15:32:55 + > From: Ajay Kumar > To: Tim Bunce > Subject: DBD:Oracle > >Hi Tim, >Hope, you are sound and safe with your loved ones. >I am trying to install the ORA2PG tool which migrates Oracle data into > PostgreSQL database. >I have installed Strawberry Perl, ActiveState perl on Oracle server box > where Oracle client is not >installed but Oracle 12c server is there. I have also installed > PostgreSQL database on the same server. >The server is Windows 2012R2 64 bit. >One of the prerequisite of ora2pg is to install DBD::Oracle. How can I > install this one on this server. >If you can help me that would be great and I really appreciate it or if > you can point me to someone. >Thanks, >Ajay > >Ajay Kumar > >Applications Developer > >Prince William County Public Schools > > - End forwarded message - > -- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist Principal Consultant at Pythian Oracle ACE Alumni Pythian Blog http://www.pythian.com/blog/author/still/ Github: https://github.com/jkstill
(Fwd) DBD:Oracle
- Forwarded message from Ajay Kumar - Date: Mon, 13 Jul 2020 15:32:55 + From: Ajay Kumar To: Tim Bunce Subject: DBD:Oracle Hi Tim, Hope, you are sound and safe with your loved ones. I am trying to install the ORA2PG tool which migrates Oracle data into PostgreSQL database. I have installed Strawberry Perl, ActiveState perl on Oracle server box where Oracle client is not installed but Oracle 12c server is there. I have also installed PostgreSQL database on the same server. The server is Windows 2012R2 64 bit. One of the prerequisite of ora2pg is to install DBD::Oracle. How can I install this one on this server. If you can help me that would be great and I really appreciate it or if you can point me to someone. Thanks, Ajay Ajay Kumar Applications Developer Prince William County Public Schools - End forwarded message -
Fwd: DBD:ORACLE test failing
-- Forwarded message -- From: raja agireddy <[EMAIL PROTECTED]> Date: Sep 7, 2005 11:28 AM Subject: DBD:ORACLE test failing To: modperl@perl.apache.org Hello! I have modepler2.0,Apache2.0.53 ,Perl5.8 on Sun OS 5.9. I have successfully installed DBI 1.48 and currently in the process of installing DBD-Oracle-1.16. I am getting the following error while running "make test" during DBD::Oracle installation. PERL_DL_NONLAZY=1 /home/gaccr1/fdmg/web2/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01baseFailed to load Oracle extension and/or shared libraries: install_driver(Oracle) failed: Can't load '/home/gaccr1/fdmg/DBD-Oracle-1.16/bli b/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: /home/gaccr1/ fdmg/web2/perl/bin/perl: fatal: relocation error: file /home/gaccr1/fdmg/DBD-Ora cle-1.16/blib/arch/auto/DBD/Oracle/Oracle.so: symbol ociepgoe: referenced symbol not found at /home/gaccr1/fdmg/web2/perl/lib/5.8.6/sun4-solaris/DynaLoader.pm l ine 230. at (eval 1) line 3 Compilation failed in require at (eval 1) line 3. Perhaps a required shared library or dll isn't installed where expected at t/01base.t line 19 The remaining tests will probably also fail with the same error.