Disabling/Enabling indexes?
PaulieNov 17 2006 — edited Nov 17 2006What 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...