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 procedure in Oracle

Re: Java procedure in Oracle

From: Holger Janssen <jh_at_ebp.de>
Date: Mon, 30 Oct 2000 14:35:56 +0100
Message-ID: <8tjtbt$n5mi9$1@ID-618.news.dfncis.de>

<ecejabs_at_ece.ericsson.se> schrieb im Newsbeitrag news:39fd4b9b.256520921_at_news.ericsson.se...

> Does anybody know how to make traces with Java in Oracle? I have a
> java class, mapped to a PL/SQL procedure. I load that with the
> loadclass utility.
>
> But the problem is that I don't know how to print messages. Has Oracle
> Server any file where the System.out.println instruction is redirect?

I'm using a CORBA object (written in Java) in Oracle 8i .. System.out and System.err messages get to the standard trace (Oracle/SID_of_DB/UDUMP/*.TRC) files by default.

I'm not sure but assume its the same with java stored procedures ..

Greetings,

             Holger Received on Mon Oct 30 2000 - 07:35:56 CST

Original text of this message

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