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!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
info:oracle:sqlplus_scripting [2013-02-04 22:17]
127.0.0.1 external edit
info:oracle:sqlplus_scripting [2013-03-01 20:30] (current)
andunix
Line 1: Line 1:
 ====== Oracle: SQLplus Scripting ====== ====== Oracle: SQLplus Scripting ======
-This page was moved to http://andunix.net/info/oracle/sqlplus_scripting+ 
 +To show only data in SQLplus and no header or other stuff, enter the following: 
 + 
 +<code sql> 
 +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 
 +</code> 
 + 
 +{{tag>oracle scripting sqlplus}}
info/oracle/sqlplus_scripting.1360016249.txt.gz · Last modified: 2013-03-01 20:30 (external edit)