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

Home -> Community -> Usenet -> c.d.o.server -> Re: Trigger failure does not block transaction

Re: Trigger failure does not block transaction

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 7 Feb 2002 15:08:02 -0000
Message-ID: <3c629856$0$8505$ed9e5944@reading.news.pipex.net>


If you are on 8i then the keywords to look for are autonomous transaction.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
"Tweetie Pooh" <tp601553_at_cia.gov> wrote in message
news:Xns91AE933DC4C4TweetiePooh_at_62.253.162.105...

> I just got back from sick leave and found that a developer has added a
> trigger to a database I run.
>
> I am not a hot tonto DBA type and need a pointer.
>
> The problem is that this trigger is not very smart.
>
> I update records in one of my tables. This trigger detects this change
(flag
> value) and copies part of the record into one of his tables. His schema
is
> duff and the trigger may attempt to break a unique constraint in his
table.
>
> His trigger failing then causes my transaction to fail. I have disabled
his
> trigger until I can check with the developer what he is really upto and to
> help him better his schema. Is there a (simple) way so that if his
trigger
> does fail it doesn't stop my transaction? If yes where can I find
details?
>
> (I'm sure google can help but how do I state the problem so I get a
managable
> list of solutions).
>
> We don't have printed manuals and only have the single server at the
moment.
> The data is collected from automatted systems and may be used in
legal/police
> matters so we can't afford to play with it too much.
>
> TIA
Received on Thu Feb 07 2002 - 09:08:02 CST

Original text of this message

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