Thursday, June 18, 2009
Oracle table to html file
$sqlplus -S -M "HTML ON TABLE 'BORDER="2"'" username@Ora10g @script.sql>filename.html
ex: - where script.sql contains:
select col1, col2 from table_name;
exit
Newer Post
Older Post
Home