DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Operation Column In Plan Table

  1. #1
    Join Date
    May 2004
    Location
    India
    Posts
    5

    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

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    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.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Jan 2001
    Posts
    3,134
    Originally posted by slimdave

    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.

  4. #4
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    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.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  5. #5
    Join Date
    Jul 2002
    Location
    Northampton, England
    Posts
    612

    Thumbs up

    How do I improve buffer cache hit ratio?....

  6. #6
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    Originally posted by waitecj
    How do I improve buffer cache hit ratio?....
    Execute f***ed up queries frequently ( consistent gets to physical reads is toooooooooooooooo high .. may be of ratio 10000000:1 or even high )
    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"

  7. #7
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Originally posted by waitecj
    How do I improve buffer cache hit ratio?....
    ... or use hash joins. that does it very nicely.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  8. #8
    Join Date
    Aug 2002
    Location
    Bangalore, India
    Posts
    405
    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

  9. #9
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    99.999%

    Seriously.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  10. #10
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    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
  •  


Click Here to Expand Forum to Full Width