AW: Connect to Oracle Database using Kerberos Tickets

2002-04-05 Thread Castillo, Felix
Hi Tim you're the greatest ... DBD was not compiled on this platform - after doing it it works ... Thanks a lot Felix PS: Also thank you VERY much for DBI and DBD-Oracle -Ursprungliche Nachricht- Von: Tim Bunce [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 5. April 2002 11:42 An: Cast

AW: Connect to Oracle Database using Kerberos Tickets

2002-04-04 Thread Castillo, Felix
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. This runs only after initializing Kerberos with a ticket. In fact I use