In numeric types, precision is the total number of digits, while scale is the number of digits after the decimal point. For example, NUMBER(8,2) has precision 8 and scale 2. Scale is NOT the total length - that's precision. This is a common confusion point.