Is there a way to display the output of the sqlplus command without having to issue the spool off command first?
I wind the results of the sqlplus session onto the file and at the same time close the file. The reason for this is that for a table with very long rows, the format is easier to see from the file. The problem is to see the output that I have to give the spool off command every time I run the command in sqlplus.
Can I configure sqlplus so that after I issue the spool command, all the output can be viewed immediately in the file.
(Forming a way to display lines on the screen is not an option.)
thank
ziggy source
share