SQL> help list
 LIST
 ----
 Lists one or more lines of the most recently executed SQL command
 or PL/SQL block which is stored in the SQL buffer. Enter LIST with
 no clauses to list all lines.
 L[IST] [n | n m | n * | n LAST | * | * n | * LAST | LAST]
EXAMPLE:
SQL> list
 1* select ename, hiredate from emp
SQL> l
 1* select ename, hiredate from emp
Bookmark/Search this post with
Recent comments
15 hours 35 min ago
1 day 17 hours ago
2 days 21 hours ago
3 days 35 min ago
3 days 13 hours ago
4 days 18 hours ago
2 weeks 2 days ago
2 weeks 3 days ago
2 weeks 3 days ago
2 weeks 3 days ago