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: Output from PL/SQL

Re: Output from PL/SQL

From: Martin Jesterhoudt <martinj_at_worldonline.nl>
Date: 1997/08/20
Message-ID: <33f9e3ba.18377275@news.worldonline.nl>#1/1

On Fri, 15 Aug 1997 10:32:21 -0500, Tomm Carr <tommcatt_at_geocities.com> wrote:

>> How can I display results from PL/SQL (within LOOP-FETCH block) to
>> standart output ?
>
>dbms_output.put( 'Some ' );
>dbms_output.put_line( 'text');
>dbms_output.put_line( 'Some more text');
>
>But you must SET SERVEROUTPUT ON SIZE nnnnnnn before it will work (put
>it in the LOGIN.SQL file).

The problem is that, with large cursors, the outputsize will not be sufficient. Rather nasty problem, which I've been involved with.


Received on Wed Aug 20 1997 - 00:00:00 CDT

Original text of this message

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