Renaming Indexes

You can rename an index in a base table or global temporary table with the owner type USER.

To rename an index, use the ALTER INDEX statement.
Note: You cannot rename indexes created to enforce key constraints.