If the application is running very slow? At what points you need to go about the database in order to improve the performance?

Showing Answers 1 - 4 of 4 Answers

suren

  • Aug 2nd, 2006
 

hai

for improving performance, we  need  to  check  the  sql  statement blocks , because for  every  sql  satement execution transfor  to  sql  engine and  come back  to  plsql engine that process takes more  time to  process the  plsql block

  Was this answer useful?  Yes

Nikhil_4_Oracle

  • Mar 12th, 2007
 

Hello Friends,

Do the Normalization ,
Its very Heavy formulated procedure but works...

Thnax,

Nikhil

  Was this answer useful?  Yes

First  of all check the process running on that server...if the idle process is 0, look  if there are any run away processes taking most of the CPU and find exactly what it is doing... you can find the server process by typing the below command in solaries/AIX servers.

sudo topas
nmon
vmstat 1 10
sar 1 10

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions