Sqlplus Set Commands

  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Sqlplus Set Commands as PDF for free.

More details

  • Words: 199
  • Pages: 1
/* multiple line comments can go between these delimiters */ set term off -- term = on will display on terminal screen (off = show in log only) set echo on -- echo = on will display the command on screen (+ spool) -- echo = off will display the command on screen but not in spool files. -- interactive commands are always echoed to screen/spool. set trimout on -- trimout = on will remove trailing spaces from output set trimspool on -- trimspool = on will remove trailing spaces from spooled output set heading off -- heading = off will hide column headings set feedback off -- feedback = on will count rows returned set pause off -- pause = on .. press return at end of each page set pagesize 0 -- pagesize = height 54 is 11 inches (0 will supress all headings and page brks) set linesize 80 -- linesize = width of page (80 is typical) set verify off -- verify = on will show before and after substitution variables -- start spooling to a log file spool c:\temp\my_log_file.log --- the rest of the sql commands go here -select * from global_name; spool off

Related Documents

Sqlplus Set Commands
October 2019 16
Commands
May 2020 30
Commands
July 2020 19
Commands
November 2019 40
Commands
July 2020 16