SQL Plus - Column Headers
> Procedural Languages > (SQL Plus|SqlCl) (Oracle Database Console)
Table of Contents
1 - About
Column header management
2 - Articles Related
Advertising
3 - Management
3.1 - Suppress
- The system variable heading controls the visibility of the headers
-- will suppress the headers SET heading off
- The system variable pagesize will suppress the headers if it's set to 0.
To avoid this behaviour, you can add the embedded option.
SET pagesize 0 embedded ON