DBD-Oracle - Re: DBD::Oracle installation on unix

Posted on Wed Aug 24 16:32:10 2005 by severus in response to 926 (See the whole thread of 10)
Re: DBD::Oracle installation on unix

Thanks for the help!

I had real trouble trying to work out exactly what Oracle components I needed in order to get DBD::Oracle installed. However, after a few dozen Googles I eventually came across:

http://cpanratings.perl.org/dist/DBD-Oracle

From there I discovered that what I had to do after installing the Oracle client was grab this file from Disk2 of the installation media:

stage/Components/oracle.rdbms.oci/9.2.0.4.0/1/DataFiles/public.1.1.jar

Then a "mkdir public" in $ORACLE_HOME/rdbms, cd into public. cp the jar file into public and jar xvf it.

After that, and setting ORACLE_HOME, ORACLE_SID and ORACLE_USERID correctly as you suggested, lo and behold DBD::Oracle fianlly installed :-)

Direct Responses: 1170 | Write a response