Dist, 

I am trying to connect to Oracle DB (9i) .. I can access the same DB
using toad / Sql Navigator.

<code>

use strict;


         use DBI;


         my $dbh = DBI->connect( 'dbi:Oracle:dbName',


                                 'userName',


                                 'Password',


                               ) || die "Database connection not made:
$DBI::errstr";

                               

         print "Past Bind\n";

        $dbh->disconnect;


</code>

This gives me following error

D:\Prj11>perl db.pl

install_driver(Oracle) failed: Can't load
'C:/Perl/site/lib/auto/DBD/Oracle/Orac

le.dll' for module DBD::Oracle: load_file:The specified procedure could
not be f

ound 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 db.pl line 3

Regards,

Yash Vartak
Specialist, Distributed Systems and Services.
Neptune Orient Lines Ltd. 

Direct Tel: (+65) 6371 4483 | Direct Fax: (+65) 6371 4233 | E-mail:
[EMAIL PROTECTED] | Website: http://www.nol.com.sg
<http://www.nol.com.sg>  

This message is intended for the recipient(s) named above.  It may
contain confidential or privileged information.  If you are not the
intended recipient, please notify the sender immediately by replying to
this message and then delete it from your system.  Do not copy, use or
circulate this communication.  Thank you.

 

Reply via email to