SQL> update t1 set val = 0 where ft1 = 1 and val is not null;
update t1 set val = 0 where ft1 = 1 and val is not null
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [13013], [5001], [44916],
[46149492], [0], [46149492], [17], []
SQL> select * from t1;
ID VAL
---------- ----------
1 5002 |