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!

rename table by sys

unknown-1052419Mar 14 2014 — edited Mar 14 2014

Hi all,

11.2.0.1

How do you rename scott.emp to scott.emp2 as SYS?

SQL> connect / as sysdba

Connected.

SQL>  rename scott.emp to scott.emp2;

        *

ERROR at line 1:

ORA-01765: specifying owner's name of the table is not allowed

Thanks all,

pK

This post has been answered by Anand... on Mar 14 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2014
Added on Mar 14 2014
4 comments
416 views