Oracle Solution for Error ora-02456

Solution for Oracle Error ORA-02456

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

What triggered the Error:

The column specification must specify an integer.

What should we do to fix it:

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