Unable to disable an index
I am trying to disable an index... using the statement "ALTER INDEX <NAME> DISABLE". However i consistently get the following error: ORA-02243: invalid ALTER INDEX ... option. The only thing is i cannot figure out why. According to the doc, ALTER INDEX <NAME> DISABLE is a perfectly valid statement.
I have INDEX rights on all the tables involved.
Can anyone please explain to me how you are supposed to disable/enable an index? Thanks in advance,
Aaron. aabdis @ mecnet . com