How to Rename a Table

To rename a table in Oracle use the next alter table:

alter table employee rename to employee_old;

IN THIS PAGE