Skip to Main Content

Oracle Database Discussions

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!

Dropping Indexes vs. Disabling Indexes?

976640Mar 13 2013 — edited Mar 15 2013
Hi There,

I need to know the basic internal differences between Dropping Indexes and Disabling Indexes?

Also,

1. What happens when we disable indexes?
2. When we disable indexes on table, whether select query executes full table scan?
Suppose before disabling the indexes, inserted two records with id 1 and 2.
After disabling the indexes, we insert one more record with id 3. Now when query select * from myTable where id in (1, 2, 3);
Will this issue full table scan?
3. Is there any benefit of doing disable over dropping of indexes?

Thanks,
Arfeen.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2013
Added on Mar 13 2013
6 comments
1,702 views