Re: PL/SQL and output

From: Ed Bradt <ebradt_at_lilly.com>
Date: 1998/03/23
Message-ID: <351690FA.74A_at_lilly.com>#1/1


Kevin Bass wrote:
>
> I have attempted to print output from a PL/SQL program into a file but
> received no results. Are there any other ways to print information (data)
> into a file without using DBMS_OUTPUT.PUT_LINE or DBMS_OUTPUT.PUT? If so,
> please send sample code.
>
> Kevin

In you sql session you need to do a 'set serveroputput on' or ypou won't see any of the results from dbms_output.

Ed Received on Mon Mar 23 1998 - 00:00:00 CET

Original text of this message