RE: :ORACLE
- From: Will.Rutherdale@xxxxxxxxxx (Will Rutherdale)
- Date: Wed, 18 Jul 2007 12:35:44 -0400
My wife, Diana Dhaskali, has provided the following translation from French to English:
I have installed Oracle database 10g express Edition (10.2.0) then I have installed DBI 1.58 et DBD-Oracle 1.17. I use the following script use DBI;
require "tools.pl";
.....
....
$dbh=DBI->connect($DBase,$usr,$pwd) || die "Error connection";
with
$DBase =DBI:Oracle:host=local;port=1521;sid=XE and I have this error
install_driver(Oracle) failed: Can't load
'C:/Perl/site/lib/auto/DBD/Oracle/Orac
le.dll' for module DBD::Oracle: load_file:La procedure specified can't be found
at C:/Perl/lib/DynaLoader.pm line 229.
at (eval 3) line 3
Compilation failed in require at (eval 3) line 3.
Perhaps a required shared library or dll isn't installed where expected
at iach.pl line 45
After consulting with the forum I have specified Oracle_Home and LD_Libraby_Path and I still get the same error.
-Will
-----Original Message-----
From: aicha.oubella@xxxxxxxxxxxxxxxxxxxxxx
[mailto:aicha.oubella@xxxxxxxxxxxxxxxxxxxxxx]
Sent: Wednesday 18 July 2007 09:19
To: dbi-users@xxxxxxxx
Subject: DBI::ORACLE
Bonjour,
J'ai installé Oracle database 10g express Edition(10.2.0)
Puis j'ai installé ActivPERL 5.8.3
j'ai installé DBI 1.58 et DBD-ORACLE1.17
J'utilse le script suivant
use DBI;
require "tools.pl";
....
...
$dbh=DBI->connect($DBase,$usr,$pwd) || die "Erreur de connexion base";
avec
$DBase =DBI:Oracle:host=local;port=1521;sid=XE
et j'ai cette erreur.
install_driver(Oracle) failed: Can't load
'C:/Perl/site/lib/auto/DBD/Oracle/Orac
le.dll' for module DBD::Oracle: load_file:La procÚdure spÚcifiÚe est
introuvable
at C:/Perl/lib/DynaLoader.pm line 229.
at (eval 3) line 3
Compilation failed in require at (eval 3) line 3.
Perhaps a required shared library or dll isn't installed
where expected
at iach.pl line 45
Suite au conseil dans les forum j'ai définie le ORACLE_HOME et
LD_LIBRARY_PATH, et j'ai toujours la même erreur.
Merci de m'orienter.
Cordialement.
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive this message in error, please delete it and
immediately notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not
therefore be liable for the message if modified.
---------------------------------------------
Ce message et toutes les pieces jointes (ci-apres le
"message") sont etablis a l'intention exclusive de ses
destinataires et sont confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur. Toute utilisation de ce
message non conforme a sa destination, toute diffusion
ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse. L'internet ne permettant pas
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.
- - - - - Appended by Scientific Atlanta, a Cisco company - - - - -
This e-mail and any attachments may contain information which is confidential,
proprietary, privileged or otherwise protected by law. The information is solely
intended for the named addressee (or a person responsible for delivering it to
the addressee). If you are not the intended recipient of this message, you are
not authorized to read, print, retain, copy or disseminate this message or any
part of it. If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete it from your computer.
.
- Follow-Ups:
- RE: :ORACLE
- From: Alan Kong
- RE: :ORACLE
- References:
- DBI::ORACLE
- From: Aicha Oubella
- DBI::ORACLE
- Prev by Date: Re: float bug? perl 5.8, DBI and oracle 10.2.0
- Next by Date: RE: :ORACLE
- Previous by thread: DBI::ORACLE
- Next by thread: RE: :ORACLE
- Index(es):
Relevant Pages
|