Access violation on reconnection

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Daniele Buttarelli
Posts: 56
Joined: Fri 02 Aug 2013 07:51

Access violation on reconnection

Post by Daniele Buttarelli » Thu 30 Jan 2014 14:46

My environment:
Rad Studio XE4 Update1 + Mobile
ODAC 9.2.5
Oracle Database 11g Release 11.2.0.1.0

I found a seriuos bug while connecting to Oracle from iOS.
The first connection is successful but if I try to reconnect I get an Access Violation.
To simulate the problem these are the steps:
- OraSession.Open; <--- OK
- OraSession.Close; <--- OK
- OraSession.Open; <--- Access Violation...

Please help me.
Thanks.
Daniele.

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

Re: Access violation on reconnection

Post by AlexP » Fri 31 Jan 2014 13:22

Hello,

Thank you for the information. We have reproduced the problem and will investigate the reasons for such behavior.

Daniele Buttarelli
Posts: 56
Joined: Fri 02 Aug 2013 07:51

Re: Access violation on reconnection

Post by Daniele Buttarelli » Tue 04 Feb 2014 07:40

Have you solved the problem?
When do you release the new version of ODAC?
Thanks.
Best regards.
Daniele

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

Re: Access violation on reconnection

Post by AlexP » Wed 07 May 2014 12:29

We have already fixed this proble. The new version with this fix is already available for download at our website.

Post Reply