Access violation at address 07F132BF in module 'dbexpoda40.dll'

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
costa
Posts: 30
Joined: Thu 27 Aug 2009 20:30

Access violation at address 07F132BF in module 'dbexpoda40.dll'

Post by costa » Fri 18 Dec 2015 00:46

Hi, guys:

Our app (32 bit) uses Delphi XE5, devart dbexpress driver for Oracle version 6.3.6, Oracle 10g.

I don't have too much information on this one, but one of our users got this access violation. I tried to reproduce it in my own development environment but I could not. In production they use the application over Terminal Services on a windows 2008 server.

My question to you is this: in your experience did you see any issues running apps over terminal services?

I know I provide close to nothing information :( , but I was curious to see if you've seen issues related to the fact that the apps were running over terminal services, which means the same oracle client is used by multiple users at the same time. One would think it should not have an effect but you never know.

Thanks
Last edited by costa on Sat 19 Dec 2015 04:56, edited 1 time in total.

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

Re: Access violation at address 07F132BF in module 'dbexpoda40.dll'

Post by AlexP » Fri 18 Dec 2015 06:37

Hello,

Please specify the moment when the error occurs: the moment of connection to the database, the moment of opening the DataSet, etc.. Also, specify the used connection mode - OCI or Direct.

costa
Posts: 30
Joined: Thu 27 Aug 2009 20:30

Re: Access violation at address 07F132BF in module 'dbexpoda40.dll'

Post by costa » Sat 19 Dec 2015 04:58

OCI mode. The error occurs either when closing a TClientDataSet or while applying some updates in a TClientDataSet.

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

Re: Access violation at address 07F132BF in module 'dbexpoda40.dll'

Post by AlexP » Thu 07 Jul 2016 08:38

We can't reproduce the problem. Please describe the steps to reproduce the situation or send a sample demonstrating the problem to support*devart*com.

Post Reply