ranu.kum...@accenture.com wrote:
> Hi,
> 
>  
> 
> I am trying to connect to oracle (11g) database through PERL script in
> windows using ActivePERL (5.10.0 Build 1004). But I am getting the
> following error while connection:
> 
>  
> 
> DBD::oracle initialisation failed: Can't locate object method "driver"
> via packa
> 
> ge "DBD::oracle" at C:/Perl/lib/DBI.pm line 787.
> 
>  
> 
> Perhaps the capitalisation of DBD 'oracle' isn't right. at
> calltable_ora.pl line
> 
>  47
> 
>  
> 
>  
> 
> Please help us in resolving the problem.
> 
>  
> 
> Regards,
> 
> Ranu
> 
> 
> 
> This message is for the designated recipient only and may contain privileged, 
> proprietary, or otherwise private information.  If you have received it in 
> error, please notify the sender immediately and delete the original.  Any 
> other use of the email by you is prohibited.
> 

You should read the error you got:

"Perhaps the capitalisation of DBD 'oracle' isn't right. at
calltable_ora.pl line"

It is DBD::Oracle not DBD::oracle you need in your DSN.

Martin
-- 
Martin J. Evans
Easysoft Limited
http://www.easysoft.com

Reply via email to