Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to rename a table in another user's schema

654808Sep 15 2008 — edited Sep 15 2008
Hi! 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.
This post has been answered by Maran Viswarayar on Sep 15 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2008
Added on Sep 15 2008
10 comments
7,417 views