User Tools

Site Tools


info:oracle:sqlplus_scripting
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Oracle: SQLplus Scripting

To show only data in SQLplus and no header or other stuff, enter the following:

SET NEWPAGE 0
SET SPACE 0
SET LINESIZE 80
SET PAGESIZE 0
SET ECHO OFF
SET FEEDBACK OFF
SET VERIFY OFF
SET HEADING OFF
SET MARKUP HTML OFF SPOOL OFF
info/oracle/sqlplus_scripting.txt · Last modified: 2013-03-01 20:30 by andunix