RE: DBI->connect Oracle on Windows, doesn't Work



With dbi:Oracle or DBI:Oracle, it's the same problem.
Under Linux, the correct command is : DBI:Oracle.

Regards.

-----Message d'origine-----
De : John Scoles [mailto:scoles@xxxxxxxxxxx]
Envoyé : vendredi 22 septembre 2006 17:02
À : Christophe ANTOINE; dbi-users@xxxxxxxx
Objet : Re: DBI->connect Oracle on Windows, doesn't Work

it is dbi:Oracle:

not DBI:Oracle

it is case sensitive.

cheers
John Scoles
----- Original Message -----
From: "Christophe ANTOINE" <cantoine@xxxxxxxxxx>
To: <dbi-users@xxxxxxxx>
Sent: Friday, September 22, 2006 10:29 AM
Subject: DBI->connect Oracle on Windows, doesn't Work


Hello,



I have this script under, it doesn't work.

I have installed the module DBD-Oracle on my Windows platform, I have a
Oracle client who's working in SQLplus mode.



Please help me, to configure my platform or my perl module to work with
Oracle with a Windows Platform.



######### SCRIPT PERL #########



#!/usr/bin/perl



use strict;

use warnings;



BEGIN {

print join("\n", split(';', $ENV{PATH}));

$ENV{PATH} = $ENV{PATH}.';C:\instantclient_10_2';

}



use DBI;



my %opt = (

dbname => 'MyDb', #this is the DatabaseName in my
tnsnames.ora, I have tested without tnsnames.ora parameters but with the
<host>, <port> ... for the same result.

dbuser => 'toto',

dbpass => 'toto',

);



my $dbh = DBI->connect(

'DBI:Oracle:'.$opt{dbname},

$opt{dbuser},

$opt{dbpass}

)

or die 'cannot connect to Oracle'."\n";



######### ERROR LOG IN MYCONSOLE #########



install_driver(Oracle) failed: Can't load
'C:/Perl/site/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle:

load_file:La procÚdure spÚcifiÚe est introuvable

at C:/Perl/lib/DynaLoader.pm line 230.

at (eval 4) line 3

Compilation failed in require at (eval 4) line 3.

Perhaps a required shared library or dll isn't installed where expected

at C:\oracle.pl line 14



#########

Thanks for your Help.


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. Talend shall not therefore be liable for the
message if modified.




Relevant Pages

  • RE: DBI->connect Oracle on Windows, doesnt Work
    ... Before to view my error log: ... compatiable with the version of the Oracle client you are trying to use. ... This is more Oracle's fault than Activesource or DBD::Oracle. ... DBI->connect Oracle on Windows, ...
    (perl.dbi.users)
  • ORACLE_BASE and $ORACLE_HOME
    ... that it suggests ORACLE_BASE is only windows platform. ... install the latest Oracle Database release ... Yet I recall using scripts on Linux which referenced ORACLE_BASE ...
    (comp.databases.oracle.server)
  • Oracle Crashing on our S80.
    ... checking for data corruption. ... In the last two weeks the oracle ... SOFTWARE PROGRAM ABNORMALLY TERMINATED ... nothing being logged in the error log. ...
    (comp.unix.aix)
  • Re: ORACLE_BASE and $ORACLE_HOME
    ... that it suggests ORACLE_BASE is only windows platform. ... install the latest Oracle Database release ... If you install Oracle on a machine for the first time, ...
    (comp.databases.oracle.server)
  • Event ID 4097 / Oracle Forms 5.0
    ... >This error occurs at random times during the day on ... >The users are using an application written in Oracle ... An error log is being created' ... >Check Knowledge Base Article 286365. ...
    (microsoft.public.win2000.general)