Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: write a line to a report.

Re: write a line to a report.

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/05/16
Message-ID: <958429916.18821.0.pluto.d4ee154e@news.demon.nl>#1/1

set serveroutput on in the sql script
(or dbms_output.enable inside pl/sql)
and then
dbms_output.put_line('I need to read the manual'); dbms_output.put_line('I need to read the manual'); etc.

Hth,

Sybrand Bakker, Oracle DBA

<elufker_at_boofura.swcp.com> schreef in berichtnieuws 8fpnu7$nie$1_at_sloth.swcp.com...
> Hi All:
>
> I just need to write a line to a report that I am pulling together
> in a pl/sql script. I am using spool to capture the out to a file, but how
> can I write a line '*** THIS TABLE NEEDS TO BE TRUNCATED ****'.
>
>
> Thanks in advance for any help here.
>
>
> Eddie Lufker
>
Received on Tue May 16 2000 - 00:00:00 CDT

Original text of this message

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