ODAC 8.5.9

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
scgrant327
Posts: 8
Joined: Fri 11 Jul 2008 19:06

ODAC 8.5.9

Post by scgrant327 » Mon 23 Sep 2013 13:23

Using ODAC 8.5.9 with XE3.
Suddenly, I can only connect with Oracle if I go into the Session Editor for TOraSession. I cannot connect if I run my application.
I am using Oracle 10g, with the Oracle 11g client, and using Windows authentication.
I have tried direct and tns connection, both give same result.

Ideas?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ODAC 8.5.9

Post by AlexP » Tue 24 Sep 2013 04:59

Hello,

Connection process is similar at both design-time and run-time, Therefore, if you can connect at design-time using OS Authentication, then connection must be established at run-time as well. Please make sure you are using one and the same SID, and that login and password are not set.

P.S. OS Authentication is not supported in the Direct mode

Post Reply