Database Error Messages

OCI-05840

Column string cannot be added with a default value to the blockchain or immutable table 'string'.'string'.

Cause

An attempt is being made to add a column with a DEFAULT clause to an existing blockchain or immutable table.


Action

Add the column without the DEFAULT clause.