> Hi , 
> 
> I am new to DBI perl programming..
> 
> I am trying to connect to Database as follows..
> 
> #!/usr/bin/perl
> print"start \n"print"start \n";
> use strict;
> use DBI;
> my $dbh = DBI->connect('dbi:ODBC:oradsn','qqqqCP', ' wwqwqw ');   
> 
> 
> I am getting the follwoing Error....
> 
DBI connect('oradsn','KXBCP',...) failed: [Oracle][ODBC][Ora]Error while
trying
to retrieve text for error ORA-12154
 (SQL-08004)(DBD: db_login/SQLConnect err=-1) at dbop.pl line 6 

> PLs any body can help me out in this regarding...
> 
> Thanks in Advance
> 
> --Thanks& Regards
> Srinivas Thutika
> *  [EMAIL PROTECTED]
> 
> 
> 
> 

Reply via email to