Re: Index clustering factor

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Sat, 12 Jan 2008 09:12:53 -0000
Message-ID: <000a01c854fb$50320900$0200a8c0@Primary>

Sorry, I wouldn't have a clue, I don't use OEM - and I always get lost when someone makes me hunt through the screens.

However, if you can see the run-time execution plan - which I believe you can, although that might mean using one of the performance pack screens in 10g, it should show you the filter_predicates and access_predicates columns from v$sql_plan.

If OEM can't do that, then you'll just have to query v$sql_plan directly - either by writing the SQL or, if you're on 10g, calling dbms_xplan.display_cursor with the sql_id as it's first input.

Regards

Jonathan Lewis
http://jonathanlewis.wordpress.com

Author: Cost Based Oracle: Fundamentals
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html

The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html

  • Original Message ----- From: "Brady, Mark" <Mark.Brady_at_Constellation.Com> To: <jonathan_at_jlcomp.demon.co.uk>; <oracle-l_at_freelists.org> Sent: Thursday, January 10, 2008 7:37 PM Subject: RE: Index clustering factor

Jonathan, can you expand upon the question, "what does OEM tell you about the run-time predicates?" a bit.

Where in OEM would I look if wanted to answer that question?

--

http://www.freelists.org/webpage/oracle-l Received on Sat Jan 12 2008 - 03:12:53 CST

Original text of this message