How to change the datatype in the oracle table?
711010Jul 29 2009 — edited Jul 30 2009Hi,
I need to change the datatype of the column in Oracle table. That column contains some data. I do not want to loose those data.
For altering a table/column condition are:
1. either table should not contain any data.
2. either that column should not contain any data.
Please suggest how i can handle this situation.
Thanks.