Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> DROP or MODIFY COLUMN on Oracle 8 system
Hi
I need to change the datatype of a column from VARCHAR2 to FLOAT preserving all data, which actually represent numeric data. I have to do it on an oracle8 enterprise system. Afaik
ALTER TABLE tablename DROP COLUMN column and / or
ALTER TABLE tablename MODIFY (column <NEW_DATATYPE>) doesn't work here, is that correct?
So my migration plan is as follows:
Can anybody please help me on how to solve the problems mentioned. Or is there a better strategy (maybe built-in management tools?)
Thanks,
Alex
Received on Fri May 12 2006 - 05:24:31 CDT
![]() |
![]() |