Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why the 11g database is running slowly?

716054Apr 24 2010 — edited Apr 26 2010
Why the 11g (11.1.0.6.0) database is running slowly on Windows XP system? This database was installed using DBCA and with the default configuration values.
The resource is enough. No any applications are running on the system. EM control is not started. Normally, only 5% of CPU is used more than 50% of memory is free. All the top 10 SQLs have alrady been tuned using SQL Tuning Advisor. It seems resource bottleneck any more.
SQL> select name,class,value from V$SYSSTAT;
......

469 rows selected.

Elapsed: 00:02:10.68


SQL> select*from hr.employees;

107 rows selected.

Elapsed: 00:00:26.32
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2010
Added on Apr 24 2010
12 comments
1,840 views