Login  Register

database performance problem

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

database performance problem

Arsalan
184 posts

Sir.

I have production database in oracle 11g and application design with oracle 10g forms
so some time client compine due to db is very slow kindly how to check to root problem on this.

kindly support me to solve the problem.


Arsala salem
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: database performance problem

ErmanArslansOracleBlog
Administrator
5727 posts
Check OS layer first, check the load average, IO and everything.
Also look at the  db site.. Most of the time, we see the users waiting for the db actually.
For db performance analysis, start with AWR.
Create an AWR report which is built the AWR data produced during the problematic interval.
After creating the AWR report, analyze it and try to find the root cause there.

For understanding the AWR analysis, you can start by reading -> http://ermanarslan.blogspot.com.tr/2014/05/awr-analysis-part-1.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: database performance problem

ErmanArslansOracleBlog
Administrator
5727 posts
Also, analyze the ASH report taken during the problematic interval.