Database Error Messages

ORA-43560

Cannot modify column on table 'string': notification table 'string' contains some rows with data having a higher precision or scale

Cause

An attempt is being made to decrease the scale or precision of a numeric column when the notification table already contains data that has a higher scale or precision than the specified reduced scale or precision.


Action

Decreasing the precision or scale of a numeric column is not allowed on a notification table containing data.