Table of Contents

About

Tab is a system variable that setermines how SQL*Plus formats white space in terminal output.

Syntax

SET TAB {ON | OFF} 

where:

  • ON uses the TAB character. TAB settings are every eight characters. The default value for TAB is system dependent.
  • OFF uses spaces to format white space in the output.