-
Operation Column In Plan Table
Hi,
I am using an Oracle diagnostic tool “EXPLAIN PLAN” for evaluating the performance of SQL statements. I am using ORACLE 8.1.7.
The script utlxplan.sql create the table PLAN_TABLE, as we know.
In plan table several columns are available in order to evaluate the performance of the SQL.
There are several rows available in the OPERATION column of the PLAN_TABLE after generating the explain plan for a SQL.
With regards to the OPERATION column of the PLAN_TABLE, I wanted to know about the following 6 rows :
1. NESTED LOOPS
2. INDEX RANGE SCAN
3. INDEX UNIQUE SCAN
4. TABLE ACCESS BY ROWID
5. FILTER
6. HASH JOIN
Could someone give me the detail of the above rows?
This will be highly appreciated.
Thanks
BEnazir
-
As ever, this is documented.
http://download-west.oracle.com/docs...plan.htm#23465
Get used to going to http://tahiti.oracle.com and searching the documentation.
-
HEY!! If everyone did that, we would be denied the luxury of pissing you off on a regular basis.
Nuttin but love for you Dave.
I remember when this place was cool.
-
Originally posted by Mr.Hanky
HEY!! If everyone did that, we would be denied the luxury of pissing you off on a regular basis.
Oh no, there's plenty more ways of doing that. Asking about how to improve buffer cache hit ratio would be a good one.
-
How do I improve buffer cache hit ratio?....
-
funky...
"I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."
"Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"
-
Originally posted by waitecj
How do I improve buffer cache hit ratio?....
... or use hash joins. that does it very nicely.
-
Originally posted by slimdave
... or use hash joins. that does it very nicely.
What is the range of hit ratios for Ur databases? Just curious..
-nagarjuna
-
-
Mine 100%
(PS dont get your self stupid by asking "how did you achive this")
funky...
"I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."
"Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|