Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Perl Module DBI::Oracle Installation is failing

948196Jul 9 2012 — edited Jul 10 2012
Hi,

This is the first time I am trying to use Perl to talk to Oracle. So i have got the perl DBI module set up correctly. Now I want to install the DBI::Oracle module.

so When i run "Perl Makefile.PL", it gives me below error:


Trying to find an ORACLE_HOME
Your LD_LIBRARY_PATH env var is set to ''

The ORACLE_HOME environment variable is not set and I couldn't guess it.
It must be set to hold the path to an Oracle installation directory
on this machine (or a machine with a compatible architecture).
See the appropriate README file for your OS for more information.
ABORTED!


I am running this perl installation on a Linux server where there is no Oracle installed then why is it looking for ORACLE_HOME ? I just need the Module to get installed so that I can use perl to talk to a remote ORACLE instance.

please pardon me as I am an amateur at this whole DBD::Oracle aspect.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2012
Added on Jul 9 2012
10 comments
7,541 views