The SQL Buffer contains the most recently executed:
The buffer has no command history list and does not record SQL*Plus commands.
0 1
0 2
0 3
list
1 3
2 2
3* 1
Example
1 hello
2 nico
list
1 hello
2* nico
SQL Plus - LIST (the SQL Buffer)
SQL Plus - Save (The SQL Buffer)
CLEAR BUFFER
SQL Plus - Run (the SQL Buffer)
The name and location of the buffer file when editing it can be configured with the following variable
SET EDITFILE c:\temp\sqlbuffer.sql