Websphere/Oracle 11 - much more Heap Usage than with Oracle 10

Posted by swalkner on Stack Overflow See other posts from Stack Overflow or by swalkner
Published on 2011-03-01T07:23:19Z Indexed on 2011/03/01 7:24 UTC
Read the original article Hit count: 124

Filed under:
|

Hi all,

while testing our application with Oracle 11 (previously, we had Oracle 10), we saw that our server uses much more heap space.

It seems as it has something to do with T4CConnection; there are 500 objects of T4CConnection allocated. Someone told me, that Oracle 11 is using SoftReferences to keep the connection pool; but we don't need that.

Is that correct? Could that be the problem for the increased heap space? If yes - how can we avoid connection pooling?

Thanks a lot!!

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about websphere