Skip to Main Content

SQL & PL/SQL

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!

Disabling/Enabling indexes?

PaulieNov 17 2006 — edited Nov 17 2006
What is the syntax for enabling/disabling indexes?


I tried

SQL> alter index MSF60101IX0 disable;
alter index MSF60101IX0 disable
*
ERROR at line 1:
ORA-02243: invalid ALTER INDEX or ALTER MATERIALIZED VIEW option

But it obviously didn't work - it was my best guess from the
docco on the oracle site - could someone please give me
the correct syntax?

TIA.


Paul...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2006
Added on Nov 17 2006
1 comment
9,914 views