Connect error when using ClientIdentifier

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Connect error when using ClientIdentifier

Post by a-s-z » Wed 25 Feb 2009 12:14

Hello,

I am getting an exception (OCI_INVALID_HANDLE) when trying to connect to database if Options.ClientIdentifier is set at design time. It does not matter if I use direct mode or not.
Current workaround is to clear Options.ClientIdentifier in BeforeConnect and set it in AfterConnect event again.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 26 Feb 2009 08:10

The problem with the ClientIdentifier option is fixed in the latest ODAC version.

Post Reply