Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to convert sql report (pl/sql) to html?
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
![]() |
![]() |