Thursday, March 13, 2014

oracle.security.jps.JpsException in JDev 11.1.1.5 ADF

Wednesday, March 5, 2014

Performance tuning ADF applications

http://technology.amis.nl/2014/01/17/adf-performance-tuning-improve-your-oracle-adf-app-response-time-by-as-much-as-70-percent/





  • Reference Pool Size set to Number more than concurrent users
  • if no. of concurrent users are 300 set Reference Pool Size to 400


Make sure if ReadWrite View Object is only used to insert Rows ->

set the Tuning Properties of the View Object to ---->





https://andrejusb.blogspot.com/2018/07/adf-postback-payload-size-optimization.html


 <context-param>
        <param-name>oracle.adf.view.rich.POSTBACK_PAYLOAD_TYPE</param-name>
        <param-value>dirty</param-value>
    </context-param>