tags:

views:

364

answers:

3
+5  A: 

The error message is telling you that there are some rows in NEUE_BUCH where the PREIS column is NULL. You will need to modify those rows to have non-NULL values before you can create this NOT NULL constraint.

Justin Cave
A: 

thanksyou verymuch.

Instead of saying "thanksyou", click the arrow to accept it as the correct answer.
Paul Tomblin
I think there should be something changed in the UI to make it more clear to accept people's answers. I rarely questions with accepted answers, even though there are clear answers to be accepted.
BobbyShaftoe
A: 

ALTER TABLE AG_PARTICELLE_AZIENDA MODIFY SEZIONE NOT NULL; ORA-02296: impossibile abilitare (TRACKER.) - trovati valori non appropriati

nella tabella AG_PARTICELLE_AZIENDA alcuni valori di SEZIONE sono a null!

devo fare:

1)update AG_PARTICELLE_AZIENDA set sezione = null;

2)commit;

3)ALTER TABLE AG_PARTICELLE_AZIENDA MODIFY SEZIONE NOT NULL;

non ho capito il messaggio di errore! qualcquno può aiutarmi? grazie ugo montorsi mail:[email protected]