Oracle10g 10.0.2.0.1 Performance Problems [message #262482] |
Mon, 27 August 2007 03:29 |
geonet
Messages: 9 Registered: August 2007
|
Junior Member |
|
|
Hi everyone,
I got a problem with Oracle 10g.
One of our customers decided after years with Oracle 8i to migrate to 10g. Since that day we have massive performance problems.
For example: to load the data into the database with our programs, it formerly took round about 2 hours, now it takes 18 hours.
And we have no clue why ?
The data is the same (not more or less than before).
The machine is also the same (Sun Solaris Spark.
Any ideas where we should look are appreciated.
Thanks in advance,
Frank
ps: the database is not migrated it is build using 10g.
|
|
|
|
|
|
|
|
|
|
Re: Oracle10g 10.0.2.0.1 Performance Problems [message #262879 is a reply to message #262482] |
Tue, 28 August 2007 07:24 |
geonet
Messages: 9 Registered: August 2007
|
Junior Member |
|
|
Hi Taj,
I've read and checked the output from AWR twice.
And the most significant information I see is in the "Top 5 Events" that Oracle is a little busy doing "db file scattered read".
Event Waits Time(s) Percent Total DB Time Wait Class
db file scattered read 7,713,067 3,949 22.36 User I/O
Did I understand that right that oracle makes lots of random reads ? How can we avoid them ?
And now another point figured out by my employer:
Has oracle 10g any mechanisms that keep data for a timed period, which could be the cause for such a performance drop-down?
And how can we disable them ?
It seems as if oracle is doing something else than answering on our applications queries.
regards ,
frank
|
|
|
|
|
|
|
|
|
|
Re: Oracle10g 10.0.2.0.1 Performance Problems [message #263345 is a reply to message #262482] |
Wed, 29 August 2007 15:18 |
zzasteven
Messages: 18 Registered: August 2007
|
Junior Member |
|
|
Our clients are upgrading from 9 to 10g and we are having performance problems all over the place. No code change on out part and the processes are taking hours longer to run. The strange part is different clients are reporting different processes as slowing down. I am not a fan of oracle for this reason. All of the unknowns that they put out with each version of a database and new bugs.
We where able to inject new explain plans and put hits in our code and improved speed.. You might try that..
I still cannot believe that oracle has to be so hard at doing this. All it is a file management system? It’s not rocket science! Just burns me when our team has to spend time fixing oracle databases to run like they ran in the last version.
|
|
|
Re: Oracle10g 10.0.2.0.1 Performance Problems [message #263820 is a reply to message #262482] |
Fri, 31 August 2007 02:10 |
geonet
Messages: 9 Registered: August 2007
|
Junior Member |
|
|
Yes and thats our Problem - we can't change code.
It must be something within Oracle that it turns out to be slower than 8i.
So to redefine the problem:
Are there any parameters or whatever, so that Oracle 10g behaves like 8i did?
It doesn't need to be faster than it was - it was ok - we just want the same results as under 8i.
A performance loss like ours ( 6 to 9 times slower ) would be unacceptable for both sides our customers and our self.
BTW: EM runs so slow on our machine also, you can click on a link and wait a long time (about 5 to 10 mins) to see a result.
About execution plan, tkprof and trace events... I would use them,
but i have too little (or even none) experience with them...
regards
Frank.
|
|
|
Re: Oracle10g 10.0.2.0.1 Performance Problems [message #265273 is a reply to message #263820] |
Wed, 05 September 2007 23:48 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello geonet,
1) As Taj pointed... did you access 10G OEM page?
Something like: http://yourserver:1158/em (port# may change)
2) Can you run the commands below and post the results?
show parameter ga;
show parameter optimizer;
3) Can you show us the hit rate (%) on the memory cache? This information is shown on statspack/awr report. Maybe your server has low physical memory.
4) Did you update statistics?
Regards,
mson77
[Updated on: Wed, 05 September 2007 23:52] Report message to a moderator
|
|
|