Page 1 of 1

OS Authentication

Posted: Fri 16 Nov 2007 10:06
by uhillig
Hello,

I'm using OraDirect for connecting to an Oracle 10g database server. For authentication we use OS authentication. When we use the 10g instant client everything works fine. Our problem is, that the customer need to use an Oracle 8 client for connecting to the 10g database.

When we try to do a connection over OraDirect through the Oracle 8 client, OS Authentication will not work!

What we have to do to get this work with the Oracle 8 Client?

Best Regards

Ulf

Posted: Fri 16 Nov 2007 12:36
by Alexey
Please specify your connection string.
Just for your information, for OS authentication mode you should not set username or password in your connection string. It ought to look like this:

Code: Select all

oracleConnection1.ConnectionString = "Data Source=oracle;";

Posted: Fri 16 Nov 2007 13:45
by uhillig
I dont't set these information. If i connect through a 10g client, everything is fine. But 8 won't work.

Posted: Fri 16 Nov 2007 14:37
by Alexey
But 8 won't work.
What is the full version?

Posted: Sat 17 Nov 2007 13:32
by uhillig
The client version should be 8.1.x.x

Posted: Thu 22 Nov 2007 11:47
by uhillig
Are there any news on my problem?

Posted: Fri 23 Nov 2007 07:56
by Paul
Oracle client 8.1 supports OS Authentication. Possibly the problem is in Oracle client settings.