Hi,

I am trying to figure out how big of a number can you store in Number datatype. I know that the precision can be from 1 to 38. Also I would like to know/understand what the size in Bytes would it be in the following cases.

1) number
2) number(2)
3) number(4)
4) number(6) ... and so on


Thanks for all the help.