SQL PLUS Session Environment Oracle PLSQL Tutorial

Using the following statement will tell SQL*Plus to stop spooling output to the screen after each page.
set pause on
To turn pause off, use the following command:
set pause off