blackboard + ora-01407: cannot update ("bblearn5"."announcements"."order_num") to null

by Prof. Rebeka Senger 7 min read

Description

When you encounter an ORA-01407 error, the following error message will appear:

Cause

You tried to update a column to a NULL value but the column will not accept NULL values.

Resolution

Correct your UPDATE statement so that you do not UPDATE a column with a NULL value when the column is defined as NOT NULL.