Previous |
Next |
To drop an index, use either the SQL Developer tool Drop or the DDL statement DROP
INDEX
.
This tutorial shows how to use the navigation frame and Drop tool to drop the index EVAL_JOB_IX
(created in "Tutorial: Adding an Index with the Create Index Tool"). The equivalent DDL statement is:
DROP INDEX EVAL_JOB_ID;
To drop the index EVAL_JOB_IX:
On the Connections tab, expand hr_conn.
Under the hr_conn
icon, a list of schema object types appears.
Expand Indexes.
A list of indexes appears, including EVAL_JOB_IX
.
Right-click EVAL_JOB_IX.
A list of choices appears.
Click Drop.
The Drop window opens.
Click Apply.
The Confirmation window opens.
Click OK.