Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Java procedure in Oracle
<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
![]() |
![]() |