Re: concurrent Issue
Posted by ErmanArslansOracleBlog on Apr 29, 2015; 12:53pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/concurrent-Issue-tp310p311.html
Hi Afnan,
Then, you have got a general performance problem .. Not only in forms screens..
I think your listener was not up, then you start it and it started working.
"Did you restart you application server processes (stopall startall) after this ?"
If No, then please restart them.
If Yes;
Firstly,
1)Send me an AWR report reflecting the problematic hours
2)Send me the following outputs from both the database server and the application server.
run these command with root;
top -n 1 -b
ps -aux
Attach the output of this commands please.