RENAME statements
Use the RENAME statements with indexes, columns, and tables.
RENAME COLUMN statement
The RENAME COLUMN statement renames an existing column in an existing table in any schema (except the schema SYS).
RENAME INDEX statement
The RENAME INDEX statement renames an index in the current schema, which can be any schema except the schema SYS.
RENAME TABLE statement
The RENAME TABLE statement renames an existing table in any schema (except the schema SYS).
Parent topic:
Statements