Hi, I simulated your problem again (with TEE 2.3.4 and Oracle 11.2.0.1.0). I created the two tables and the trigger. Note - the trigger is invalid, the clause "FROM wms_admin.item_barcode" should be "FROM wms_admin.item_barcode_bk". I ran the INSERT statement and got ORA-04098 (trigger invalid) in DB Problems View. Then I fixed the trigger, ran the statement again and got the error above (ORA-01403: no data found...... etc). However, there was never "zero rows inserted" in the status bar. I even tried to put the trigger into another schema. So actually I could not reproduce the issue. Tom
↧