The RENAME INDEX statement renames an index in the current schema, which can be any schema except the schema SYS.
RENAME INDEX indexName TO newIndexName
RENAME INDEX DESTINDEX TO ARRIVALINDEX
RENAME INDEX is not allowed if there are any open cursors that reference the index being renamed.