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: How to convert sql report (pl/sql) to html?

Re: How to convert sql report (pl/sql) to html?

From: John Strange <jstrange_at_imtn.dsccc.com>
Date: 1998/01/29
Message-ID: <6aqglf$iog$1@psun6.dsccc.com>#1/1

You could try:
 spooling the report to report_name.html  place these header/tailer html commands in the report_name.html file  running your net browser on report_name.html

<!-- report_name.html -->
<html>
<body>
<pre>

your query here

</pre>
</body>
</html>
<!-- end report_name.html -->


Robert Augustyn (augustyn_at_unn.unisys.com) wrote:
: Hi,
: I would like to generate reports from sql or pl/sql and convert those to
: html
: in an easy way.
: any Ideas will be greatly appreciated
: robert

--
While DSC may claim ownership of all my ideas (on or off the job),
DSC does not claim any responsibility for them. Warranty expired when you
opened this article and I will not be responsible for its contents or use.
Received on Thu Jan 29 1998 - 00:00:00 CST

Original text of this message

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