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: Debugging triggers.

Re: Debugging triggers.

From: Lusiana Lusiana <l02_at_removethis.uow.edu.au>
Date: Thu, 4 Dec 2003 12:20:15 +1100
Message-ID: <bqm220$e20$1@zcars0v6.ca.nortel.com>


Hi,
I found this link on autonomous_transaction that solved my problem: http://www.devx.com/gethelpon/10MinuteSolution/16609

Lucy

"Lusiana Lusiana" <l02_at_removethis.uow.edu.au> wrote in message news:bqjsic$oqo$1_at_zcars0v6.ca.nortel.com...
> Hi All,
>
> I'm trying to debug some errors which happens during a chain of events
> (user does some updates which fires triggers and calls some stored
> functions).
> I would like to get a system dump (eg. content of tables) at the point
when
> the error occurs as everything is rollback'ed on error.
>
> The system I'm working with looks like the following:
> web browser -> jsp/servlet/dbms-api (on solaris) -> oracle 8.1.6 on
> solaris
>
> I started looking at the web on triggers debugging. There are a lot of
> mentions of DBMS_OUTPUT.
> However, I could not quite get this to work.
> (Do I need to do DBMS_OUTPUT.get_lines in order to get the output produced
> by a different session?)
>
> I am hoping someone can points me to resources about triggers/functions
> debugging,
> especially ones that contain some examples.
>
> Thank you in advance,
>
> Lucy
>
>
Received on Wed Dec 03 2003 - 19:20:15 CST

Original text of this message

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