(Fwd) Perl DBD with Oracle 10g



----- Forwarded message from Regis Biassala <Regis.Biassala@xxxxxxxxxxxx> -----

From: "Regis Biassala" <Regis.Biassala@xxxxxxxxxxxx>
To: <Tim.Bunce@xxxxxxxxx>
Subject: Perl DBD with Oracle 10g
Date: Fri, 24 Jun 2005 10:15:34 +0100

Hi Tim,
can you please help if you can...I know you are busy.

[root@svrpromon DBD-Oracle-1.16]# perl Makefile.PL -v
Multiple copies of Driver.xst found in:
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/DBI at
Makefile.PL line 39
Using DBI 1.28 installed in
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI

Configuring DBD::Oracle ...

>>> Remember to actually *READ* the README file!
Especially if you have any problems.

The ORACLE_HOME environment variable must be set.
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 README.clients file for more information.
ABORTED!
[root@svrpromon DBD-Oracle-1.16]#
[root@svrpromon DBD-Oracle-1.16]#
[root@svrpromon DBD-Oracle-1.16]# whoami
root
[root@svrpromon DBD-Oracle-1.16]# export
ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_2
[root@svrpromon DBD-Oracle-1.16]# echo $ORACLE_HOME
/u01/app/oracle/product/10.1.0/db_2
[root@svrpromon DBD-Oracle-1.16]# perl Makefile.PL
Multiple copies of Driver.xst found in:
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/DBI at
Makefile.PL line 39
Using DBI 1.28 installed in
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI

Configuring DBD::Oracle ...

>>> Remember to actually *READ* the README file!
Especially if you have any problems.

The ORACLE_HOME environment variable value
(/u01/app/oracle/product/10.1.0/db_2) is not valid.
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 README.clients file for more information.
ABORTED!
[root@svrpromon DBD-Oracle-1.16]#

My problem is with the ORACLE_HOME environment....it is not working !!?


Thanks,
Regis


----- End forwarded message -----
.