Cause : When I am trying to make an index as UNUSABLE from Toad I got this error.
Solution : Try from sqlplus.
SQL> ALTER INDEX IND_ID UNUSABLE;
Index altered.
SQL>
Solution : Try from sqlplus.
SQL> ALTER INDEX IND_ID UNUSABLE;
Index altered.
SQL>
No comments:
Post a Comment