Table of Contents

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:

  • n is the first line to show
  • m is the last line to show
  • LAST is an alias for the last line of the buffer

How to

list the whole buffer

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

LIST

or

;
1* select '&_USER' from dual