Oracle Error Message
PLS-00138: Precision for a binary type must be one of 8, 16, or 32
Reason for the Error
Invalid precision was specified for a signed or unsigned binary type.
Solution
Specify precision as one of 8, 16, or 32.
PLS-00138: Precision for a binary type must be one of 8, 16, or 32
Invalid precision was specified for a signed or unsigned binary type.
Specify precision as one of 8, 16, or 32.