Hi,
we were using ODAC 5.5 with the .NET option to connect to a oracle 9i database. Since we upgraded to 5.80 (I also tried the newest 6.00 trial) we have problems with some customers, who use XP Home (Service Pack 2).
I wrote a simple demo (just connects to the server). They all get an exception during the connection process. Without NET option all works fine. Also using the older ODAC version 5.5 works fine.
Is there any known issue ?
Alexander Danmayer
innologiX Softwareentwicklungen
Connection Error using ODAC with NET Option
More specific details...
I debugged into OraClasses.pas (It could open a socket and send and receive data but gets afterwards an error during the processing).
The Exception is caused by OraClasses.pas:
Line 1512: Check(OCISessionBegin(hSvcCtx, hOCIError, hSession, Credt, Mode));
Using Version 5.55.1.24 with Net Options works. 5.80.0.39 and later produce exceptions.
Alexander Danmayer
The Exception is caused by OraClasses.pas:
Line 1512: Check(OCISessionBegin(hSvcCtx, hOCIError, hSession, Credt, Mode));
Using Version 5.55.1.24 with Net Options works. 5.80.0.39 and later produce exceptions.
Alexander Danmayer