Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: [PL/SQL w/ SQL*Plus] stealth script. (don't see any output)
You need to "set serveroutput on" in your SQL*Plus session, and generate an
output from PL/SQL script by using dbms_output package.
Or you can use utl_file package.
Paul
"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 - 11:54:42 CST
![]() |
![]() |