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

Home -> Community -> Usenet -> c.d.o.misc -> Re: System.out.print <-- Where does it go?

Re: System.out.print <-- Where does it go?

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 19 May 2005 17:26:27 -0700
Message-ID: <1116548787.544768.215080@g43g2000cwa.googlegroups.com>

Zean Smith wrote:
> I am running Oracle Application Server 10g, and I tried to debug some

> existing Java Bean files. so, I used "System.out.print" to debug,
but I
> couldn't find where it wrote to. Anyone can help?
>
> I tried looking into the web-based admin Log search, but couldn't
find any
> clue. Help...

System.out writes to stdout (Standard Output) via java.io.PrintStream. In java stored procedure, you use dbms_java.set_output procedure to redirect the System.out/System.err calls to your sqlplus screen otherwise it goes to current trace files on the server side.

Regards
/Rauf Received on Thu May 19 2005 - 19:26:27 CDT

Original text of this message

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