suppose that
- i make an insert into a table using Java Jdbc
- the insert fire a trigger
java waits that the trigger finish the execution or it continue the execution??
(using oracle 11g)
if it dose continue without wait, there i way to wait the end of the trigger execution?