Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to see Execution Plan from SQLDevelopper

teradata0802May 7 2015 — edited May 25 2015

We use Oracle 11gR2 on win2008R2.

I saw Execution Plan from SQLDevelopper for SQL tuning.

it is like below.

TABLE ACCESS PRODUCT BY INDEX ROWID

     Filter Predicates

          OR

               PRD.PRODUCT_ID is not NULL

     INDEX

          Access Predicates

               AND

                    PRD.CASE_ID=:B1   (parameter)

                    PRD.Deleted is NULL

If INDEX scan is usable in one of criteria in WHERE phrase, INDEX is used for table scan if all other criteria are not usable for INDEX like  PRD.Deleted is NULL ? 

Comments

Sudipto Desmukh
Answer
Marked as Answer by greenly · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 22 2015
Added on May 7 2015
10 comments
364 views