I have set up a user for external authentication in the database. I am able to login to the oracle database sqlplus /@dbname and it uses my windows account. But when I try to login to the application I get an error of a null password. Are there any other applications/tools that are necessary to implement this? How is the password passed to the application? Thanks in advance. Pguin
Software/Hardware used:
ASKED:
July 14, 2009 11:55 AM
UPDATED:
July 31, 2009 3:44 PM
Thanks Meandyou for your response. The user was created with external identification as in your example 2. The application is launched with app.exe -sso. The dsn was created through ODBC admin. The login to the app uses the last datasource connection as stored in the Registry. when not using SSO the login screen accepts username/password/dsn. So I am a bit stuck.