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: [PL/SQL w/ SQL*Plus] stealth script. (don't see any output)

Re: [PL/SQL w/ SQL*Plus] stealth script. (don't see any output)

From: <jeanch_at_my-deja.com>
Date: Mon, 20 Mar 2000 17:53:26 GMT
Message-ID: <8b5oie$lk7$1@nnrp1.deja.com>


In article <38D65CDC.735C4480_at_fisystem.fr>, Alain Kreienbuhl <akreienb_at_fisystem.fr> wrote:
> Hello,
>
> We're trying to make a PL/SQL script to run with SQL*Plus it seems to
> parse ok. But we don't see any output.
> we've tryed set echo ON ou set autoprint ON but with no success.
>
> Thanks for your help.
>
> Alain.
>
> Try SET SERVEROUTPUT ON

providing you use DBMS_OUTPUT.PUT_LINE('fish'); in your code then you should see some print outs.

Cheers
JC

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Mar 20 2000 - 11:53:26 CST

Original text of this message

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