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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to do !!

RE: How to do !!

From: Berindei Alex <Alex.Berindei_at_elsag.it>
Date: Tue, 20 Feb 2001 02:18:51 -0800
Message-ID: <F001.002B87AB.20010220021529@fatcity.com>

You can (your table is EMP):

- create a temporary table TMP_EMP with the new columns names
- insert into temporary table all rows from your table EMP
- drop table EMP
- rename TMP_EMP to EMP

Alex

> -----Original Message-----
> From: Dash, Saroj (CAP,CEF) [mailto:Saroj.Dash_at_gecapital.com]
> Sent: Tuesday, February 20, 2001 10:01 AM
> To: Multiple recipients of list ORACLE-L
> Subject: How to do !!
>
>
>
> Hello All,
>
> Please tell me how to rename a column in oracle 8.0.5.
> Regards,
> Saroj
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Dash, Saroj (CAP,CEF)
> INET: Saroj.Dash_at_gecapital.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Berindei Alex
  INET: Alex.Berindei_at_elsag.it

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Feb 20 2001 - 04:18:51 CST

Original text of this message

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