Dear all masters... saya adalah pemula oracle,bagaimana menghindari error mutating trigger bilamana triggenya mengakumulasi qty dari table_a itu sendiri
mis: table detil_a no_trans tgl_tans no_urut item box isi tot_qty ------------ ------------ ----------- -------- ------ ---- --------- 55 01/05/08 1 A 2 100 200 55 01/05/08 2 A 1 50 50 56 01/05/08 1 B 1 200 200 akan otomatis di insert ke table_b lewat trigger no_trans tgl_tans item tot_qty ------------ ------------ ------- ------- 55 01/05/08 A 250 56 01/05/08 B 200 Harus seperti apa trigger yg harus dibuat, mohon solusinya?? thx [Non-text portions of this message have been removed]

