Delete an index
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Deleting an index modifies a database's schema.
Note: You cannot delete the primary index. To delete
the index that is currently the primary index, you must first make
another index the primary index.
To delete an index:
- Choose . The Index Editor alphabetically lists all the tables defined for your database.
- Select a table. The Index Editor lists the indexes defined for that table.
- Select the index you want to delete. You cannot delete a primary index.
- Choose Delete. The Data Dictionary prompts you to verify that you want to remove this index.
- Choose Yes to delete the index. The Index Editor main window reappears.
- Choose Exit. The Data Dictionary displays an alert box asking if you want to apply or undo the changes to the database, or if you want to make other changes.
- Choose Apply Changes. The Data Dictionary main window appears.