Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OCCI setString occupies memory
How can I prevent OCCI from occupy more and more memory when calling
Statement::setXXX? I am using Oracle 9i. I have read about disabling
statement caching, because this caching is what's making setXXX and
registerOutParam occupy more and more memory. But in 9i I can't disable
statement caching. I don't want to terminate my statement and create
one every time i want to executeUpdate an sql string. That is
inneficient.
Can anyone help me?
Received on Wed Sep 27 2006 - 15:03:02 CDT
![]() |
![]() |