Hello,
Is it possible to specify a username in the connection string so I can determine the user account tied to the Kerberos ticket
Data Source=myOracleDB;User Id=/;
Data Source=myOracleDB;User Id=/; **username='user01'**
so I can lookup users while still using Kerberos
Thanks for the feedback