No panic anymore. I was given a wrong database schema. Everything works fine now.

Ant.

Dan Anderson wrote:

I'm struggling with the DBI too, one of the things that my book says is
that you can create config files the DBI will use.  Is it possible that
you have an Oracle config file (perhaps stored by your sysadmin) that is
giving the DBI the wrong ideas?

-Dan

On Tue, 2003-11-11 at 05:14, Anton Arhipov wrote:


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