Oracle SQL - Clearing Buffer and Screen

Introduction

With the CLEAR BUFFER command, you can empty the SQL buffer in SQL*Plus.

The SQL buffer is overwritten each time by consecutive commands.

With the CLEAR SCREEN command, you can start at the top of a new, empty SQL*Plus screen.

SQL>CLEAR BUFFER 
   /

SQL>CLEAR SCREEN
   / 

Related Topic