ORA-02309 atomic NULL violation
321312Mar 18 2003 — edited May 24 2005there is a table containing a field of object type with attributes att1, att2, att3. When I try to update a record using the following SQL command
update TABLE t
set t.my_type.att1='ANY STRING'
where t.id=10;
ORACLE responds as follows
ORA-02309 atomic NULL violation
I don't understand...!