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: Turkbear <john.g_at_dot.spamfree.com>
Date: Tue, 15 Jun 2004 14:02:51 -0500
Message-ID: <irhuc092dikqr96c0um4quja17a8cl16gt@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, Received on Tue Jun 15 2004 - 14:02:51 CDT

Original text of this message

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