how to run large query interactively via sqlplus but supress the result on screen since I am spool t
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?