Hi!

I'm a starter with this subject.

my script is:
use strict;
use DBI;

my $dbh = DBI->connect( 'dbi:Oracle:orcl', 'blah', 'blah',)|| die "Database connection not made: $DBI::errst
r";
$dbh->disconnect();


when trying to run this i get an error:
DBI->connect(APPS1) failed: ORA-01017: invalid username/password; logon denied (DBD ERROR: OCISessionBegin) at dbi.pl line 4


But my user name/password are correct, i've checked that.

Is it something to do with shell variables or stuff?


Ant.





-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to