What is the syntax to rename a table or view in Oracle?
One can rename indexes the same way:
alter index owner.index_name rename to new_name;