default precision for number -
08-17-2006
, 06:39 PM
I tried loading data via sqlldr. The data for a particular column was
9999.9999999. The column was defined as number. I thought that the
default for a number was (38,0), however when I displayed the number is
showed up as 9999.999. Is the default precision for a number (35,3)???
The below seems to be the same for release 9i and 10g.
TIA |