Re: html output

2003-11-20 Thread Pete Finnigan
Hi You can use the htp and htf packages and owa_util to generate HTML around your queries and send to a file using utl_file. You can also use sqlplus to generate html around your queries, just look at the -M option. kind regards Pete -- Pete Finnigan email:[EMAIL PROTECTED] Web site: http://www

RE: html output

2003-11-19 Thread Khedr, Waleed
 sqlplus -M "html on" -Original Message-From: AK [mailto:[EMAIL PROTECTED]Sent: Wednesday, November 19, 2003 6:50 PMTo: Multiple recipients of list ORACLE-LSubject: html output I am looking for a utility package for throwing output in html format from a query . This sho

Re: html output

2003-11-19 Thread Arup Nanda
Have you tried using SET MARKUP HTML SPOOL ON from SQL*plus itself? It creates a neat HTML report and you canplace most of the formatting. HTH. Arup - Original Message - To: Multiple recipients of list ORACLE-L Sent: Wednesday, November 19, 2003 6:50 PM I am looking for a utility packa

Re: html output

2003-11-19 Thread Yong Huang
Maybe use HTP, HTF and OWA_UTIL packages? You still need to do some writing in using them. Yong Huang --- AK <[EMAIL PROTECTED]> wrote: > I am looking for a utility package for throwing output in html format from a > query . This should use utl_file to write the file ( no sqlplus markup ). Is >