There are some related questions, but specifically do not answer my question specifically on how do you control the output of SQLPLUS queries so that it outputs all the result sets to a text file, without the buffer line, by that I mean what’s held in the buffer when you use the SAVE command. For example, it’s usually the first line, with a “SQL>” prompt followed by your SQL statement. How do you completely REMOVE that line and simply output (using SPOOL I presume) to a text file?
There are some related questions, but specifically do not answer my question specifically on
Share
The SQL > line won’t be output if you connect silently with
sqlplus -S schema/pw@db