Alter Index
- Last Updated: October 29, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Service Cloud 7.1
- Documentation
Purpose
The Alter Index statement changes the name of an existing index. Index names must not conflict with other user-defined or system-defined names.
Syntax
ALTER INDEX index_name RENAME TO new_name
where:
- index_name
- specifies an existing index name.
- new_name
- specifies the new index name.