Re: Debugging a Stored Procedure on the Database

From: tomscott <tomscott_at_slctnet.com>
Date: 1998/05/24
Message-ID: <3568381E.5058_at_slctnet.com>#1/1


>>There is a setting for

using this
with SQLPlus. I believe it is "set serveroutput on"<<

You can also do this in your PL/SQL initialization file. In fact you could do the following:

Set serveroutput on size 500000

This will give you a buffer of 500,000 bytes. I believe the maximum for O8 is 2,000,000. Received on Sun May 24 1998 - 00:00:00 CEST

Original text of this message