Home » RDBMS Server » Performance Tuning » response time
response time [message #343679] Wed, 27 August 2008 16:38 Go to next message
ArvindBhope
Messages: 55
Registered: June 2008
Member
Hello,

What might be the different reasons for a same query(querying from one table only) being fired but with response times at different times assuming that the data is same at any point of time.

Other than the table being remained at that point of time in cache.....

thanks,
Arvind
Re: response time [message #343682 is a reply to message #343679] Wed, 27 August 2008 16:42 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
http://www.orafaq.com/forum/t/88153/0/
Please read & follow posting guidelines as stated in URL above
Re: response time [message #343710 is a reply to message #343682] Wed, 27 August 2008 21:12 Go to previous messageGo to next message
rleishman
Messages: 3728
Registered: October 2005
Location: Melbourne, Australia
Senior Member
The Oracle Cost Based Optimizer - especially in 10g and later - can come up with two different execution plans for the same query/data.

This can be caused by settings at the session-level (eg. OPTIMIZER_MODE) but it could also occur if dynamic sampling occurred at runtime and different rows were sampled.

It could also be true that you are mistaken - they are not identical. If they are run at different times, the tables may have been re-analysed in the meantime resulting in a different plan.

Ross Leishman
Re: response time [message #343759 is a reply to message #343710] Thu, 28 August 2008 01:24 Go to previous message
Michel Cadot
Messages: 68665
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
In addition, concurrent load is different (on cpu, memory and/or disk), caches content is different (on Oracle and/or OS file system and/or disk array)...

Regards
Michel
Previous Topic: How to find Bind variable values from Raw Trace file?
Next Topic: 10g Database Performance
Goto Forum:
  


Current Time: Sun Jun 30 16:48:24 CDT 2024