TRY....

sql> set serveroutput on

SQL> update emerg set id_municipio=3 where id_emergencia=9;
new value of id_estado is 4 and new value of ID_MUNICIPIO= 1

HTH
Gregg