Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


The column specification must specify an integer.



Action:


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

No comments:

Post a Comment

Thanks for your comment.