About
Lists and executes the most recently executed SQL command or PL/SQL block which is stored in the SQL buffer.
Articles Related
Example
>select 'test' from dual;
'TES
----
test
>/
'TES
----
test
>r
1* select 'test' from dual
'TES
----
test