I have one function that insert thousands of records into table I want to unusable index at that time and then I am processing on that data data so I want to rebuilt that index again.
Is it possible in Oracle?
alter index idx_name unusable;
alter index idx_name rebuild;
but it is possible that you'll need:
drop index idx_name
create [unique] index idx_name ...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With