Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: more confusion with debugging
Gillian Klee wrote:
> "Alex" <atnite_at_freemail.ru> wrote in message > news:b32rcm$4be$1_at_rznews2.rrze.uni-erlangen.de... >
> doing >
Actually Gillian,
I enter the following two commands at the start of my
SQL*Plus sessions:
set serveroutput on size 1000000
exec dbms_java.set_output(1000000)
As far as I know, one million (1,000,000) is the maximum allowable size.
By the way, this is documented in the Oracle "Java Developer's Guide". I don't remember seeing any mention of what Oracle version you are using, so here is a link to the relevant documentation for the version I am using:
http://download-west.oracle.com/docs/cd/A87860_01/doc/java.817/a83728/04jserv5.htm#1008235
[Actually, this is part of the chapter entitled "Debugging Server Applications"]
Hope this helps.
Good Luck,
Avi.
Received on Sun Feb 23 2003 - 02:59:38 CST
![]() |
![]() |