Skip to content

Instantly share code, notes, and snippets.

@jkstill
Created December 9, 2010 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkstill/735096 to your computer and use it in GitHub Desktop.
Save jkstill/735096 to your computer and use it in GitHub Desktop.
set sqlplus session to default values for display
set pause off
set echo off
set timing off
set trimspool on
set feed on term on echo off verify off
set line 80
set pages 24 head on
clear col
clear break
clear computes
btitle ''
ttitle ''
btitle off
ttitle off
set newpage 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment