Code: | ORA-01451 | |
Description: | column to be modified to NULL cannot be modified to NULL | |
Cause: | the column may already allow NULL values, the NOT NULL constraint is part of a primary key or check constraint. | |
Action: | the column may already allow NULL values, the NOT NULL constraint is part of a primary key or check constraint. |