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: Rob <root_at_127.0.0.1>
Date: Mon, 20 Mar 2000 16:12:43 -0500
Message-ID: <8b648i$q9f$1@bob.news.rcn.net>


set serveroutput on size 1000000
/*The size really helps if you expect a lot of output. */

begin
  dbms_output.put_line('my big database'); end;
/

--
Robert P. Lockard
rob_at_oraclewizard.com
www.oraclewizard.com will be online soon "Alain Kreienbuhl" <akreienb_at_fisystem.fr> wrote in message news:38D65CDC.735C4480_at_fisystem.fr...
> 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.
>
Received on Mon Mar 20 2000 - 15:12:43 CST

Original text of this message

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