Hi, I need to store a dollar value for NUMBER(17,6), but when I use Decimal(17,6), I keep getting syntax error.

How can I store a number with 17 significant digits w/6 numbers after the decimal?