Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: changing a table owner name
"Kevin Delsh" <kevin_delsh_at_yahoo.com> wrote in message
news:fca3c675.0111260819.7e2ad14e_at_posting.google.com...
> Is there an Oracle SQL command to change the owner of a table.
>
> Thanks,
> Kevin
create table <newowner>.<tablename> as select * from <oldowner>.tablename or follow the exp/imp route.
Hth
-- Sybrand Bakker Senior Oracle DBA to reply remove '-verwijderdit' from my e-mail addressReceived on Mon Nov 26 2001 - 12:17:17 CST
![]() |
![]() |