- Fix for View Criteria Search Results with DB Pooling Enabled. In order to minimize DB connections usage and optimize ADF runtime performance I often prefer to enable DB pooling and keep data between requests in memory (jbo.doconnectionpooling = true and jbo.txn.disconnect_level = 1). Read more in this post - Stress Testing Oracle ADF BC Applications - Do Connection Pooling and TXN Disconnect Level. There is one bug related to the View Criteria search results - rows are not always displayed correctly. I will describe the fix.
- Download - SearchRefreshDBPoolApp.zip
No comments:
Post a Comment