Precompilers and OCI (MOSC)

MOSC Banner

Heap dump is getting generated using OCI calls

edited Jan 11, 2010 4:22PM in Precompilers and OCI (MOSC) 4 commentsAnswered ✓
There is a backend application service which continuously keeps runs at the server. There are many requests sent to this service which inturn usesOCI or PROC submodules to process the request. The heap memory continuously keep increasing though all the dynamic allocations made and thehandles are freed. So could any one please carify..

1> Is there any benefit of changing ProC calls to OCI calls ? Will this effect/ help in reducing the heap size ?

2> Is there any other OCI APIs available to release the used handles, apart from the freeing statement handle and error handle ?

3> Though all the handles are cleared using OCIHandleFree(), memory in the heap does not come down because of which new processes allocates new memory , Why is it so ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center