Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Hibernate and After-Insert trigger

Re: Hibernate and After-Insert trigger

From: Paul Drake <bdbafh_at_gmail.com>
Date: Tue, 21 Nov 2006 12:21:00 -0500
Message-ID: <910046b40611210921r69e63e38sc084f2f2a0a8e6c4@mail.gmail.com>


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-l
Received on Tue Nov 21 2006 - 11:21:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US