Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Memory faults while freeing OCCI objects
Hi All:
I have a VS.NET (C++) application that utilizes the OCCI libraries to interact with an Oracle server. The application functions properly, but is producing memory faults (Dr. Watson) at random times. I have narrowed the problem down to 2 OCCI calls within the application:
instance 1: conn->terminateStatement (stmt); instance 2: env->terminateConnection (conn);
Without getting too specific and providing code, can anyone offer any high-level possibilities as to why there would be a problem freeing certain OCCI objects, or maybe what to look for to solve this?
Thanks for any help or direction. Received on Sat Oct 15 2005 - 22:40:47 CDT
![]() |
![]() |