Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Memory faults while freeing OCCI objects

Memory faults while freeing OCCI objects

From: No Such Luck <no_suchluck_at_hotmail.com>
Date: 15 Oct 2005 20:40:47 -0700
Message-ID: <1129434047.757816.39670@g47g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US