Rename table problem 2004-02-17 - By Khedr, Waleed
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@(protected)]
Sent: Tue 2/17/2004 9:43 PM
To: oracle-l@(protected)
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 (See ORA-01765.ora-code.com): specifying table 's owner name is not allowed
Are there any workarounds?
Thanks
-- ---- ---- ---- ---- ---- -----
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
<https://access0.fidelity.com/,DanaInfo=www.orafaq.com+ >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
<https://access0.fidelity.com/archives/oracle-l/,DanaInfo=www.freelists.org+
>
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@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|