Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
SQL Commands, 3 of 6
Note: This section describes the DROP INDEX command as it pertains to dropping a Text domain index. For a complete description of the DROP INDEX command, see Oracle8i SQL Reference. |
Use DROP INDEX to drop a specified Text index.
drop index [schema.]index [force];
Optionally force the index to be dropped.
The following example drops an index named doc_index
in the current user's database schema.
drop index doc_index;
Use force option when Oracle cannot determine the state of the index, such as when an indexing operation crashes.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|