kaikaufmann
Programmer
Could someone please tell me what the actual byte count is for the NUMBER data type. I am trying to come up with a database sizing tool and need to know the following byte counts for the following declarations:
NUMBER(3)
NUMBER(5)
NUMBER(10)
I know that the maximum storage size is 21 bytes, but doesn't Oracle use significantly less space when the precision and scale are limited?
Any help is greatly appreciated,
Kai
NUMBER(3)
NUMBER(5)
NUMBER(10)
I know that the maximum storage size is 21 bytes, but doesn't Oracle use significantly less space when the precision and scale are limited?
Any help is greatly appreciated,
Kai