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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Rename Table name in Oracle 8i

Re: Rename Table name in Oracle 8i

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/04/11
Message-ID: <955486210.26712.0.pluto.d4ee154e@news.demon.nl>#1/1

In ordinary sql it's
rename table <table_a> to <table_b>.
For ex-sql server rookies, who seem to do _everything_ in stored procedures it's (within pl/sql)
execute immediate 'rename table ... etc ';

Hth,

Sybrand Bakker, Oracle DBA

J Gao <jie.gao_at_tequilasoftware.com> schreef in berichtnieuws TJLI4.6041$xz1.217361_at_cac1.rdr.news.psi.ca...
> Hi, There,
> Is there any easy way to rename the table name in Oracle 8i. In SQL Server
> 7, sP_rename stored procedure will do this job. I wonder if Oracle 8i has
> the similar one. Thanks.
>
> J Gao
>
>
Received on Tue Apr 11 2000 - 00:00:00 CDT

Original text of this message

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