Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Rename a table

Re: Rename a table

From: Mario Koch <m.koch_at_md-netz.de>
Date: Tue, 15 Jun 2004 21:43:53 +0200
Message-ID: <canjhq$fg$05$1@news.t-online.com>

"Turkbear" <john.g_at_dot.spamfree.com> schrieb im Newsbeitrag news:irhuc092dikqr96c0um4quja17a8cl16gt_at_4ax.com...
> "Mario Koch" <m.koch_at_md-netz.de> wrote:
>
> >How can i rename a table. I have test with:
> >rename tbsp1.table1 to tbsp2.table2
> >But i get an error: table not exists.
> >I work in SQLPlusWorksheet .
> >Best regards Mario
> >
> You cannot place a table into another schema by renaming it that way.
>
> try this to rename it:
>
> rename table1 to table2;
>
> hth,
>

I try it , but with error: ORA-04043: Object not exists I realy know, this object exists (in the tablespace tbsp1). What now ?
Best Regards ... Received on Tue Jun 15 2004 - 14:43:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US