Oracle Error ORA-02456: The HASH IS column specification must be NUMBER(*,0)

Oracle Error Message

ORA-02456: The HASH IS column specification must be NUMBER(*,0)

Reason for the Error

The column specification must specify an integer.

Solution

Specify the column definition as type NUMBER(precision, 0).