Alter Table Rename Table Oracle. Alter table table_name rename column old_column_name to new_column_name; For object tables or relational tables with object columns, use alter table to convert the table to the latest definition of its referenced type after the type has been altered.

Alter table table_name rename column old_column_name to new_column_name; Alter table table_name rename column old_column_name to new_column_name; Along with all these, it is also used to rename a table.