Database Tuning (MOSC)

MOSC Banner

estimated rows vs actual rows

edited Sep 30, 2010 4:49PM in Database Tuning (MOSC) 2 commentsAnswered
Hi,
I know that query explain plan shows the phases the CBO guess it has to go through and also shows the number of  estimated rows(guesstimate) before the actual query execution.
Is there any way , I can get one to one mapping of the :
- actual steps and
- actual rows 
the CBO actually went after the execution of the query.

This will help us to know what and where execution went wrong during the query execution.
I know that oracle support can find out the same help of any of the following tools : SQLT or TRACE( 10046 or 10053 )
If anyone knows where and how please let me know !!!!

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center