Table of Contents

SQL Plus - SQL Buffer

About

The SQL Buffer contains the most recently executed:

The buffer has no command history list and does not record SQL*Plus commands.

How to

Append

0 1
0 2
0 3
list
1  3
  2  2
  3* 1

Example

1 hello
2 nico
list
1  hello
  2* nico

List the buffer

SQL Plus - LIST (the SQL Buffer)

Change it

SQL Plus - CHANGE

Delete lines

SQL Plus - DEL

Save it

SQL Plus - Save (The SQL Buffer)

Delete all lines

CLEAR BUFFER

Run it

SQL Plus - Run (the SQL Buffer)

Configuration

The name and location of the buffer file when editing it can be configured with the following variable

SET EDITFILE c:\temp\sqlbuffer.sql