René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

run [SQL*Plus]

SQL> run
SQL> /
run shows the SQL commands currently stored in the buffer and then executes them.
The slash (/) is similary, but does not show the buffer.