Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Hibernate and After-Insert trigger
On 11/21/06, Luc Demanche <lucdemanche_at_gmail.com> wrote:
>
> Hi,
>
> Oracle9i - Hibernate
>
> We have a weird problem here with Hibernate and Oracle triggers ....
>
> When I insert manually into the table, the after-insert trigger is
> firing.
> When the insert come from Hibernate, it look like the trigger is not
> firing .....
>
> Do you have any clue ?
>
> Thanks
> Luc
>
> --
> Luc Demanche
> Oracle DBA
> (514) 867-9977
>
Luc,
Check out the AskTom site for yo-yo updating. Tom used a logging call via an autonomous transaction to determine when triggers were in fact firing. The post of interest involved a large update statement nearly completing, being rolled back and being restarted all within a single update statement.
Paul
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Nov 21 2006 - 11:21:00 CST
![]() |
![]() |