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: java stored procedures generate too many logs

Re: java stored procedures generate too many logs

From: Olivier Migeon <olivier_at_phgroup.com>
Date: Mon, 11 Nov 2002 14:57:46 +0100
Message-ID: <3DCFB75A.10506AE5@phgroup.com>

Sybrand Bakker wrote:
>
> >We have a java procedure, wrapped in a pl/sql stored procedure. When
> >running, this procedure generate a huge amount of logs in
> >$ORACLE_HOME/rdbms/log. For example, all PK violations are logged (8
> >lines wrotten each time !) in ora_xxx.trc files.
> >
> >Is there a way to avoid this ?
> >
>
> Sure, do not violate the PK

It's not the problem, the PK violation is entrapped in a exception. The thing I want to avoid is the huge amount of logs produced by wrapped Java code.

Olivier Received on Mon Nov 11 2002 - 07:57:46 CST

Original text of this message

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