Table of Contents

About

Lists and executes the most recently executed SQL command or PL/SQL block which is stored in the SQL buffer.

Example

>select 'test' from dual;
'TES
----
test

>/
'TES
----
test

>r
1* select 'test' from dual

'TES
----
test