Is usage of PGA memory also related to ODP.Net(not only server)?
Hi,
I have a problem about query performance of ASP.Net web application.
*web server:Windows2008ServerR2/IIS7.5
*database server:Windows2008ServerR2/Oracle Database 11g standard edition
*web application:.NetFramework4.7, ASP.Net(C#.Net), ODP.Net 12c Managed(4.122.1.0)
Previously the application use ODP.Net 11g, and this time changed to ODP.Net 12c Managed.
Then one query run slower at times.(The sql statement has no change.)
In MyOracleSupport knowledge I found that document.
--------------------------------
SQL Statements Run Slower Waiting on "PGA memory operation" and "Acknowledge over PGA limit" After Migrate from 12.1 to 12.2 (Doc ID 2337875.1)
--------------------------------
Could you tell me whether or not