Re: Connect to Oracle Database using Kerberos Tickets

2002-04-05 Thread Tim Bunce
On Fri, Apr 05, 2002 at 07:07:11AM +0200, Castillo, Felix wrote: Hi Tim, the configuration is just like using the 'identified externally' feature. In fact you have to use this for connecting through Kerberos. 'sqlplus /' for IPC connections or 'sqlplus /sid' for remote connections.

AW: Connect to Oracle Database using Kerberos Tickets

2002-04-05 Thread Castillo, Felix
An: Castillo, Felix Cc: Tim Bunce; [EMAIL PROTECTED] Betreff: Re: Connect to Oracle Database using Kerberos Tickets On Fri, Apr 05, 2002 at 07:07:11AM +0200, Castillo, Felix wrote: Hi Tim, the configuration is just like using the 'identified externally' feature. In fact you have to use

Re: Connect to Oracle Database using Kerberos Tickets

2002-04-04 Thread Tim Bunce
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

Re: Connect to Oracle Database using Kerberos Tickets

2002-04-04 Thread Thomas A. La Porte
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

AW: Connect to Oracle Database using Kerberos Tickets

2002-04-04 Thread Castillo, Felix
integrity algorithm (DBD ERROR: OCIServerAttach) at ./t line 2 Thanks a lot for your support Felix -Ursprungliche Nachricht- Von: Tim Bunce [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. April 2002 19:56 An: Castillo, Felix Cc: [EMAIL PROTECTED] Betreff: Re: Connect to Oracle Database

Connect to Oracle Database using Kerberos Tickets

2002-04-03 Thread Castillo, Felix
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