Hi Luca I had that problem yesterday.
What you need to do is install Oracle instantclient and point the ORACLE_HOME env variable to the folder with the instantclient. You can download instantclient on http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html regards On Tue, Apr 8, 2014 at 12:27 AM, Rui Pereira <it.freelancer...@gmail.com>wrote: > Have you tried versions 1.17 or 1.18 of DBD::Oracle? > > Your Oracle version appears to be old, newer versions of the module don't > support them. > > > Best regards, > Rui > > > On Wed, Apr 2, 2014 at 10:02 AM, Luca Ferrari <fluca1...@infinito.it>wrote: > >> On Wed, Apr 2, 2014 at 9:06 AM, Zapp Prefect <zapp.pref...@gmail.com> >> wrote: >> > That means you should Make Sure you have defined the Environment >> Variable >> > $ORACLE_HOME First! >> > Find where you installed the Oracle, and add this into your .bashrc, >> then >> > relogin: >> > export ORACLE_HOME="/path/to/Oracle" >> >> Thanks, but it was clear enough that I was missing ORACLE_HOME, what >> is not clear to me is to what I have to refer to. >> Pointing it to the sql developer installation (3.2) presents me this >> message: >> [...] >> Oracle version 8.0.0.0 (8.0) >> DBD::Oracle no longer supports Oracle client versions before 9.2 >> >> So what I can understand is that I'm missing sqlplus, that is >> required. It is a shame, since I believe that the sqldeveloper should >> embed everything, but I admit I'm not an oracle expert (and I don't >> aim to be). >> >> Luca >> >> -- >> To unsubscribe, e-mail: beginners-unsubscr...@perl.org >> For additional commands, e-mail: beginners-h...@perl.org >> http://learn.perl.org/ >> >> >> >