How to rename a table in another user's schema
654808Sep 15 2008 — edited Sep 15 2008Hi! How can I rename a table of antoher user? I am sysdba. I can't just recreate it, because it is very very big and it will take a lot of time for moving data to the left and to the right.
alter table make.orders rename to make.orderhistory.