Oracle Application DBA
Monday, September 10, 2018
How to generate the output from query in html format oracle?
set ver off
set term off
set markup html on spool on
spool output.html
select * from dept;
select * from product;
spool off
exit
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment