Database Error Messages

ORA-43561

Cannot modify column on table 'string': notification table 'string' contains some rows with data having a greater column length

Cause

An attempt is being made to decrease the length of a character column when the notification table already contains data that has a greater length than the specified lower column length.


Action

Decreasing the length of a character column is not allowed on a notification table containing data.