Julio
Member²
Hi there.
First of all, I'll say I am using Delphi 6, DOA 4.0.7.1 and Oracle 9.2.0.8.0
I've been having some problems running my application on Citrix. Randomly, I get the message
and the program shutdown.
At this forum I've found that the problem could be caused by an Oracle 9.2.0.8 bug, so I've tried to change the Oracle client to 10g. However, now I get the next message:
Obviously, I'm using an OracleSessionPool configured as follow:
I changed the path on the server where the application is.
Could anyone help me with this issue? It's something that is driving me mad.
First of all, I'll say I am using Delphi 6, DOA 4.0.7.1 and Oracle 9.2.0.8.0
I've been having some problems running my application on Citrix. Randomly, I get the message
Code:
EAccessViolation: Access violation at address 00000000. Read of address 00000000
At this forum I've found that the problem could be caused by an Oracle 9.2.0.8 bug, so I've tried to change the Oracle client to 10g. However, now I get the next message:
Code:
TOracleSessionPool: Invalid handle
Code:
Homogeneous: true
Max: 25
Min: 1
Pooltype: ptOracle
Statement cache: true
Timeout: 0
Could anyone help me with this issue? It's something that is driving me mad.