Re: [PERFORM] Predicate information in EXPLAIN Command

2013-05-14 Thread Heikki Linnakangas
On 14.05.2013 12:23, Sameer Thakur wrote: Hello, I am trying to find predicate information for a given SQL query plan as provided by Oracle using DBMS_XPLAN. I am looking at the EXPLAIN command for getting this query plan information, with no luck so far. Does the EXPLAIN command provide predica

[PERFORM] Predicate information in EXPLAIN Command

2013-05-14 Thread Sameer Thakur
Hello, I am trying to find predicate information for a given SQL query plan as provided by Oracle using DBMS_XPLAN. I am looking at the EXPLAIN command for getting this query plan information, with no luck so far. Does the EXPLAIN command provide predicate information? Thank you Sameer