How to get structured output from SQLPLUS queries
Hi All,
I basically like to use sqlplus command prompt to run all sql queries to get output. I dont like to use any application like TOAD/SQL DEVELOPER which eats lots of memory and not flexible like SQLPLUS
I tried cygwin/sqlplus etc., which required to setup the column settings for each column in each script which is tedious.
Is there any other tool to produce output from SQLPLUS to structured format similar to html output.
i know we can spool the output using .html in sqlplus script, however, i need to switch screens and open the html file everytime to see the output.
0