Re: Perl in oracle 10.2.0.3 on 64 BIT OS



On Mon, May 19, 2008 at 11:49 AM, Shanmugam, Dhandapani <
dhandapani.shanmugam@xxxxxxx> wrote:

Does PERL support 64-bit operating systems?


Yes.


Kindly help me on how should
perl work on Oracle 64-bit Solaris Operating system . Am getting the
below error


[bash]perl create_ddl.pl Can't locate DBI.pm in @INC



So, you haven't installed DBI yet. You will have to do that before you can
use it.

For example, you must have DBI installed before installing DBD::Oracle.

Given that the install is currently using Perl 5.8.3, you should build your
own Perl, either 5.8.8 or 5.10.0, and then install it in a location of your
own choosing (rather than messing with the system version) and then get on
with installing DBI and its pre-requisites and then install DBD::Oracle.

I can't answer for whether DBD::Oracle supports 64-bit systems, but it would
be astonishing (to me) if it did not do so.

Do not follow-up to me - use the list.

--
Jonathan Leffler <jonathan.leffler@xxxxxxxxx> #include <disclaimer.h>
Guardian of DBD::Informix - v2008.0229 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease to be
amused."


Relevant Pages

  • Re: attempt to build 64 bit on Solaris fails
    ... > libraries needed to link with a 64-bit Tk. ... We were running a 32-bit version of Perl ... > Each section below is a summary of the commands used to install it. ...
    (comp.lang.perl.tk)
  • Re: attempt to build 64 bit on Solaris fails
    ... libraries needed to link with a 64-bit Tk. ... We were running a 32-bit version of Perl ... Each section below is a summary of the commands used to install it. ...
    (comp.lang.perl.tk)
  • Perl on Linux and SQL Server 2000 on Windows
    ... There was a time when I did a lot of searching on ways to use Perl ... sitting on Linux to connect SQL Server 2000 sitting on Windows. ... cpan> install DBI ... Install FreeTDS ...
    (comp.os.linux.misc)
  • RE: Please Help !!! Unable to install DBD-Oracle ( I am using perl 5.6 on solaris 8)
    ... Ron, I could be way off here, but the OP mayalready have Perl ... think the original issue was that he tried to use *PPM* to install ... I don't have any Solaris ... you are not the intended recipient, please notify the sender at Wipro ...
    (perl.dbi.users)
  • Re: binding multiple values and retain blanks
    ... Perl's signal handling under Windows has always been unreliable, although recent Perl's may have fixed some problems. ... > repository and I downloaded and installed DBI 1.45: ... So, reboot and install immediately, ie before running anything which does 'use DBI;'. ... I feel sure there would be a flood of complaints if the problem were in Perl, ...
    (perl.dbi.users)