Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Changing a column
You neither can drop nor rename a column of a table directly, i.e. there
is no SQL statement like drop column.
Our tool Hora can drop a column or generate a SQL script to do it. I think it is no problem for you to modify the script from dropping to renaming of the column.
You can download a 30 day full functional trial copy from http://www.keeptool.com . Be surprised about the great functionality!
Holger Heidenbluth
KeepTool Software
holger.heidenbluth_at_keeptool.com
Sbaiz wrote:
>
> Hi to all
> is there a way, in Oracle, to modifiy a column name without dropping the
> table
> maintaining its data. I know that others databases permit changing the name
> of
> the column or dropping a column, but Oracle not.
> It would be nice if Oracle can modify the column name or generate the
> scripts
> by itself, taking care of all the constraints.
>
> Thanks in advance.
> Pierluigi S.
--
Good luck
Thanks in advance
Regards
Holger Heidenbluth
--
KeepTool Software GbR Home : http://www.keeptool.com Schützalle 118 EMail: holger.heidenbluth_at_keeptool.com D-14169 Berlin Phone: +49-172-5272025Received on Tue Apr 21 1998 - 16:28:55 CDT
![]() |
![]() |