Table of Contents

SQL Plus - LIST (the SQL Buffer)

About

The list command lists one or more lines of the SQL buffer.

Syntax

L[IST] [n | n m | n  * | n LAST | * | * n | * LAST | LAST]

where:

How to

list the whole buffer

Enter LIST or ; with no clauses to list all lines.

LIST

or

;
1* select '&_USER' from dual