how to run large query interactively via sqlplus but supress the result on screen since I am spool t
I have a need to run a query that produces lots of data. I would like to run this query interactively from SQLPlus session which I am spooling.
I understand that one could create a script with "set termout off" and run it from "sqlplus -s username/password@prod test - What is the other option?
I understand that one could create a script with "set termout off" and run it from "sqlplus -s username/password@prod test - What is the other option?
0