DBD-Oracle - DBD::Oracle and external password store

Posted on Mon May 21 17:17:42 2007 by dorenma
DBD::Oracle and external password store
Hi,
I'm trying to use DBD-Oracle together with the external password store (new in 10gR2).
I tried some variations to connect:
$dbh = DBI->connect('dbi:Oracle:DB','','') $dbh = DBI->connect('dbi:Oracle:DB','/','') $dbh = DBI->connect('dbi:Oracle:','/@DB') $dbh = DBI->connect('dbi:Oracle:','/@DB','') $dbh = DBI->connect('dbi:Oracle:', q{/@(DESCRIPTION= (ADDRESS=(PROTOCOL=TCP)(HOST= foobar)(PORT=1521)) (CONNECT_DATA=(SID=ORCL)))}, "")
But I always get ORA-1017 Invalid username/password. Is anybody using the external password store with DBD-Oracle and knows how to get it working?
Thanks,
Matthias
Direct Responses: 5197 | Write a response