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: Deleting columns from a table

Re: Deleting columns from a table

From: Connor McDonald <mcdonald.connor.cs_at_bhp.com.au>
Date: Fri, 13 Nov 1998 15:43:58 +0800
Message-ID: <364BE33E.2C8E@bhp.com.au>


Dr. Jan Dieckmann wrote:
>
> No, you can't drop or rename a column in Oracle. But there are some
> tools which will do all the work (create a new table, copy the data,
> create the indexes, foreign keys ...) for you. Look at
> ftp:\\www.keeptool.com. You can download a free trial version of the
> Oracle tool Hora 3.
>
> regards Jan.Dieckmann
>
> Prasanti Yalamanchili wrote:
>
> > Hi all,
> >
> > I'm wondering whether or not I can remove a column from the
> > table that was already created ? I don't want to drop the table and
> > recreate it, I just want to delete an unnecessary column/field from
> > the table/table definition.
> >
> > Thanks in advance
> > Prasanti.

Oracle 8.1 (or 8i) will be able to drop columns --



Connor McDonald
BHP Information Technology
Perth, Western Australia
"The difference between me and a madman is that I am not mad" Received on Fri Nov 13 1998 - 01:43:58 CST

Original text of this message

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