Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Rename table problem
You could:
1) Alter session set current_schema = 'schema-name';
rename old-table-name to new-table-name
or
2) Alter table owner.old-table-name rename to new-table-name.
Could be mistaken, try it.
Waleed
-----Original Message-----
From: Viktor [mailto:stant_98_at_yahoo.com]
Sent: Tue 2/17/2004 9:43 PM
To: oracle-l_at_freelists.org
Cc:
Subject: Rename table problem
Hello,
Is it possible for one user to rename a table in another user's schema, Oracle 8.1.7?
I kept getting
ORA-01765: specifying table's owner name is not allowed
Are there any workarounds?
Thanks
-- Archives are at http://www.freelists.org/archives/oracle-l/ <https://access0.fidelity.com/archives/oracle-l/,DanaInfo=www.freelists.org+Received on Tue Feb 17 2004 - 21:49:08 CST
>
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html <https://access0.fidelity.com/help/fom-serve/cache/1.html,DanaInfo=www.freel ists.org+> ----------------------------------------------------------------- -- Binary/unsupported file stripped by Ecartis -- -- Type: application/ms-tnef ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
![]() |
![]() |