Memory leak problem while passing Object to stored procedure from C++ code [message #178557] |
Wed, 21 June 2006 09:11 |
jagendra_mishra
Messages: 3 Registered: December 2005 Location: Delhi
|
Junior Member |
|
|
Hi,
I am facing memory leak problem while passing object to oracle stored procedure from C++ code.Here I am writing brief description of the code :
1) created objects in oracle with the help of "create or replace type as objects"
2) generated C++ classes corresponding to oracle objects with the help of OTT utility.
3) Instantiating classes in C++ code and assigning values.
4) calling oracle stored procedure and setting object in statement with the help of setObject function.
5) deleted objects.
this is all I am doing ,and getting memory leak , if you need the sample code then please write your e-mail id , so that I can attach files in reply.
TIA
Jagendra
|
|
|
|