Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01440: column to be modified must be empty to decrease precision or sca

609621Aug 5 2009 — edited Aug 5 2009
Dear all,


when altering a column of a table am getting the below error :


ORA-01440: column to be modified must be empty to decrease precision or scale


current value :

USED_PARAD NUMBER(15,3)


intended value :


USED_PARAD NUMBER(15,5))


am not decreasing the precision but am increasing..


what should I have to do ..drop the table and recreate it.. and insert the values ?





Kai
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2009
Added on Aug 5 2009
2 comments
3,727 views