When running a query that only returns 600 rows, the following error occurs:
"Out of memory"
How can you suppress the output in the 'Output' window?
If a single statement is to be executed, use the 'Execute/compile statement at caret' button (F9)

If running a script, you can suppress the output using the sql*plus command SET TERM OFF at the beginning of the script