I thought it would be the same as using OS Authenticated logins, i.e. set $user = '/' and don't pass a password.
For example: my $dbh = DBI->connect("dbi:Oracle:$dbname", "/", "", { RaiseError => 1, AutoCommit => 0 }); I believe I tried his when I had an ASO instance and it worked. On Thu, 4 Apr 2002, Tim Bunce wrote: >Please let me know if you find out anything. > >Meanwhile, what parameters do you pass to SQL*Plus? > >Tim. > >On Thu, Apr 04, 2002 at 09:39:21AM +0200, Castillo, Felix wrote: >> Hi, >> >> I'm trying to connect to an Oracle database using ASO and Kerberos5. The >> connection through SQL*Plus works properly but I couldn't find any >> documentation/hints on how to connect through DBI/DBD. >> >> Is there anybody who know how to connect? >> >> Thanks for any hint >> >> Felix > >