How to disable the index in oracle
317546Feb 18 2008 — edited Feb 2 2012Hi,
Is there any way we can disbal the index in oracle.
For the performance issue,I want to disable some of the indexes which i have created earlier. I dont want to drop the index.
I tried the below command
Alter Index <Schema>.<Index_name> Disable;
I am getting the below error message:
ORA-02243: invalid ALTER INDEX or ALTER MATERIALIZED VIEW option
Thanks,
Krishna
.