Created
December 9, 2010 18:22
-
-
Save jkstill/735096 to your computer and use it in GitHub Desktop.
set sqlplus session to default values for display
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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