Mantis - Resin
Viewing Issue Advanced Details
4663 minor always 07-08-11 13:47 10-04-11 14:59
rickHigh  
ferg  
normal  
closed  
fixed  
none    
none 4.0.24  
0004663: Oracle rollback connection pool issue
From client....

Two setting for connection. commit and autocomit.

If we we close a connection which returns it to the pool.
It seems like , it is always doing a rollback. This causes resource issues on our Oracle boxes.

We do a commit, We do a close, then Resin does a rollback if it is not in autocommit. The workaround is he puts autocommit on. This happens with Oracle.

PostgreSQL ignores the rollback if no updates in progress.
The problem is with Oracle only because of the resource hit as Oracle tries to do a real rollback even if there were no changes.

Notes
(0005534)
ferg   
10-04-11 14:59   
env/1137