Is it possible to change the data type without dropping the coloumn

Showing Answers 1 - 4 of 4 Answers

praveen

  • Jul 14th, 2006
 

No it is not possible for change the data type without droping.

  Was this answer useful?  Yes

NewUser

  • Feb 1st, 2007
 

Yes, we can change the datatype without dropping the column but only for certain cases,

e.g
a) if the column is not populated.
b) we increase the size even if it is populated.
We can even change it from
e.g char(4) to number(10) provided the existing values are numbers i.e. can be converted implicitly from one type to the other.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions