Thank you, 2nd step: INSTALLATION

I've tried, time and time again, and always getting:

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 README.clients.txt file for more information.
      ABORTED!

The problem is that this linux system hasn't Oracle inside it. My intention 
is to access an Oracle server remotely. WHAT #$%@  SHOULD BE THE VALUE OF 
THE ORACLE_HOME VARIABLE?????/

Help me, please!!!!

Thank you all.

Alejandro


----- Original Message ----- 
From: "Brian Raven" <[EMAIL PROTECTED]>
To: <activeperl@listserv.ActiveState.com>
Sent: Thursday, November 01, 2007 8:07 AM
Subject: RE: A bit confused about DBI, DBD and ODBC


> David Moreno Garza <> wrote:
>> On Wed, 2007-10-31 at 15:07 -0300, Alejandro Santillan Iturres wrote:
>>> I need to access an Oracle data base and I am a bit confused about
>>> which module should I use. Can someone give me an advice if DBI,
>>> DBD, or ODBC?
>>
>> I'd suggest you using DBD::Oracle, which inherits from DBI.
>
> I don't think so. DBI provides the database independent interface, while
> DBD::* provides the drivers for the drivers used by DBI to talk to a
> specific database. The relationship is not one of inheritance, at least
> as far as I can see.
>
>> Reading
>> it's documentation should give you a hint on what to do to connect
>> and work with properly.
>
> Absolutely, but it's the documentation for DBI that you need to read. So
> far I have never needed to look at the documentation for DBD::Oracle. In
> fact you don't usually need to mention DBD::Oracle in your script, as it
> is specified in the DSN that you use to create a connection to your
> database. However you do need it installed, so you do use it in that
> sense.
>
> HTH
>
> -- 
> Brian Raven
>
> =========================================
> Atos Euronext Market Solutions Disclaimer
> =========================================
>
> The information contained in this e-mail is confidential and solely for 
> the intended addressee(s). Unauthorised reproduction, disclosure, 
> modification, and/or distribution of this email may be unlawful.
> If you have received this email in error, please notify the sender 
> immediately and delete it from your system. The views expressed in this 
> message do not necessarily reflect those of Atos Euronext Market 
> Solutions.
>
> Atos Euronext Market Solutions Limited - Registered in England & Wales 
> with registration no. 3962327.  Registered office address at 25 Bank 
> Street London E14 5NQ United Kingdom.
> Atos Euronext Market Solutions SAS - Registered in France with 
> registration no. 425 100 294.  Registered office address at 6/8 Boulevard 
> Haussmann 75009 Paris France.
>
> L'information contenue dans cet e-mail est confidentielle et uniquement 
> destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. 
> Toute copie, publication ou diffusion de cet email est interdite. Si cet 
> e-mail vous parvient par erreur, nous vous prions de bien vouloir prevenir 
> l'expediteur immediatement et d'effacer le e-mail et annexes jointes de 
> votre systeme. Le contenu de ce message electronique ne represente pas 
> necessairement la position ou le point de vue d'Atos Euronext Market 
> Solutions.
> Atos Euronext Market Solutions Limited Société de droit anglais, 
> enregistrée au Royaume Uni sous le numéro 3962327, dont le siège social se 
> situe 25 Bank Street E14 5NQ Londres Royaume Uni.
>
> Atos Euronext Market Solutions SAS, société par actions simplifiée, 
> enregistré au registre dui commerce et des sociétés sous le numéro 425 100 
> 294 RCS Paris et dont le siège social se situe 6/8 Boulevard Haussmann 
> 75009 Paris France.
> =========================================
>
> _______________________________________________
> ActivePerl mailing list
> ActivePerl@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 


_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to