You could bring it up in Microsoft Word and then save it as a .html file.
If you what to take the data from the Oracle database and save it as a .html, see script below.
SET ECHO OFF
SET TERMOUT OFF
SET MARKUP HTML ON SPOOL ON
SPOOL EMP.html
SELECT * FROM EMP ORDER BY EMPNO;
SPOOL OFF
SET MARKUP HTML OFF
SET ECHO ON
--EXIT
-----Original Message-----
From: Benbart
[mailto:oracledba-ezmlmshield-x64691251.[Email address protected]
Sent: Thursday, December 01, 2005 3:38 AM
To: LazyDBA Discussion
Subject: Convert TEXT to HTML
Hi all,
Had anyone attempted to write a UNIX or Perl script to convert TEXT to HTML or does anyone know of such a tool lying around there that can be downloaded?
Thanks in advance ...
--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these terms:http://www.lazydba.com/legal.html
Please take a few minutes to provide feedback on the quality of service you received. The Department of Education values your feedback as a customer. Commissioner John L. Winn is committed to continuously assessing and improving the level and quality of services provided to you by Department staff. Simply click on this link to the "DOE Customer Survey". Thank you in advance for completing the survey.
DOE Customer Survey
Oracle LazyDBA home page