What's wrong ? All Neena did was give another answer to the original
question - she even said don't do it except in test. 
 
 
 
  -----Original Message-----
Sent: Wednesday, February 14, 2001 9:41 PM
To: Multiple recipients of list ORACLE-L



Boy, am I tired of people suggesting this kind of thing.  What's the point,
when there are SUPPORTED and SAFE ways of doing what you want?  

Paul Baumgartel 
InstiPro, Inc. 
[EMAIL PROTECTED] 
212 813-0829 x103 (office) 
917 549-4717         (mobile) 

-----Original Message-----
Sent: Wednesday, February 14, 2001 12:23 PM
To: Multiple recipients of list ORACLE-L


Hi, 
      The suggestion till yet provided are the correct ones and safest. But
try this in your test database, get you table id from sys.obj$ table. Then
get the columns details from sys.col$ table by giving the table id in where
clause. Update the row which corresponds to the column which you want  to
modify. 
  

-- neena 


??? wrote: 


from Oracle 8i 
you can drop columns with -- alter table table_name drop column column_name;

and then your can add columns with the name to which you want to rename 
alter table table_name add(column_name type); 

-----Original Message----- 
]On Behalf Of bipin sahani 
Sent: Wednesday, February 14, 2001 3:05 PM 
To: Multiple recipients of list ORACLE-L 


In Oracle 
It's not possible to rename a column.You can instead 
use alias for that column name in your queries. 
Or you have to create a new table from existing one 
Drop existing table.And recreate a table by 
selecting from new table. 


Regards 
Bipin 
--- Heikki Jantunen <[EMAIL PROTECTED]> wrote: > 
Hi all, 
> 
> I need to rename some columns on my table. Any idea 
> how to do that... 
> 
> Thanks in advance, 
> 
> Hessu 
> 
_________________________________________________________________________ 
> Get Your Private, Free E-mail from MSN Hotmail at 
> http://www.hotmail.com <http://www.hotmail.com> . 
> 
> -- 
> Please see the official ORACLE-L FAQ: 
> http://www.orafaq.com <http://www.orafaq.com>  
> -- 
> Author: Heikki Jantunen 
>   INET: [EMAIL PROTECTED] 
> 
> 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: [EMAIL PROTECTED] (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). 


____________________________________________________________ 
Do You Yahoo!? 
Get your free @yahoo.co.in address at http://mail.yahoo.co.in
<http://mail.yahoo.co.in>  
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
<http://www.orafaq.com>  
-- 
Author: =?iso-8859-1?q?bipin=20sahani?= 
  INET: [EMAIL PROTECTED] 


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: [EMAIL PROTECTED] (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).>Ws±ëzØ^¡÷âr&¥9,BÅm¶YÿÃ(­§Ú©Ê&ëa¢² 
9c±ý}v·s>Þ´V­ 
+r5ëp¢¹z»âqë<çÎwó9ÔPóY9ßÎtçTsoe8z'EURs-'è®xs>æå?Â'µêçzÖoeqë,üÆ¢-)à.+-±:
Ã**.®Ç¥}úèsØb²f¢-)à-+-±éÝjqj)fzË

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sam P. Roberts (ZADCO ITIS)
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to