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!

how to update precision value in number datatype

user9950484Feb 14 2011 — edited Jan 19 2012
hello all

i hava a database containing data in that there is a table which contan a number datatype
that is number(10)



the table contain large amount of data


now i need the precision value 2

that is number(10,2)

how i can update is

i try alter command the do this bu the error is there the table contain data

so please suggest the solution

thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2012
Added on Feb 14 2011
6 comments
22,777 views