sqlplus set命令
set echo off
Controls whether or not to echo commands in a script. that is executed with @, @@ or START. ON displays the commands on screen.
OFF suppresses the display. ECHO does not affect the display of commands you enter interactively or redirect to SQL*Plus from the operating system.
set termout off
suppresses the display so that you can spool output from a script. without seeing it on the screen.
set trimout on
SET TRIMOUT is not supported in iSQL*Plus
Determines whether SQL*Plus puts trailing blanks at the end of each displayed line.
ON removes blanks at the end of each line, improving performance especially when you access SQL*Plus from a slow communications device.
OFF enables SQL*Plus to display trailing blanks. TRIMOUT ON does not affect spooled output.
set trimspool on
SET TRIMOUT ON or SET TRIMSPOOL ON removes trailing blanks at the end of each displayed or spooled line.
Setting these variables ON can reduce the amount of data written.
However, if LINESIZE is optimal, it may be faster to set the variables OFF.
The SQL*Plus output line is blank filled throughout the query processing routines so removing the spaces could take extra effort.
SET TRIMOUT and SET TRIMSPOOL are not supported in iSQL*Plus.
set heading off
Controls printing of column headings in reports.
ON prints column headings in reports; OFF suppresses column headings.
The SET HEADING OFF command does not affect the column width displayed, it only suppresses the printing of the column header itself.
set pagesize 0
Sets the number of rows on each page of output in iSQL*Plus, and the number of lines on each page of output in command-line and Windows GUI.
Increase PAGESIZE to avoid printing headings frequently, or set it to 0 to prevent headings being displayed.
set verify off
set linesize 800
SET LINESIZE sets the total number of characters that SQL*Plus displays on one line before beginning a new line.
Keep LINESIZE as small as possible to avoid extra memory allocations and memory copying.
However, if LINESIZE is too small, columns that cannot fit next to each other are put on separate lines. This may reduce performance significantly.
Controls whether or not to echo commands in a script. that is executed with @, @@ or START. ON displays the commands on screen.
OFF suppresses the display. ECHO does not affect the display of commands you enter interactively or redirect to SQL*Plus from the operating system.
set termout off
suppresses the display so that you can spool output from a script. without seeing it on the screen.
set trimout on
SET TRIMOUT is not supported in iSQL*Plus
Determines whether SQL*Plus puts trailing blanks at the end of each displayed line.
ON removes blanks at the end of each line, improving performance especially when you access SQL*Plus from a slow communications device.
OFF enables SQL*Plus to display trailing blanks. TRIMOUT ON does not affect spooled output.
set trimspool on
SET TRIMOUT ON or SET TRIMSPOOL ON removes trailing blanks at the end of each displayed or spooled line.
Setting these variables ON can reduce the amount of data written.
However, if LINESIZE is optimal, it may be faster to set the variables OFF.
The SQL*Plus output line is blank filled throughout the query processing routines so removing the spaces could take extra effort.
SET TRIMOUT and SET TRIMSPOOL are not supported in iSQL*Plus.
set heading off
Controls printing of column headings in reports.
ON prints column headings in reports; OFF suppresses column headings.
The SET HEADING OFF command does not affect the column width displayed, it only suppresses the printing of the column header itself.
set pagesize 0
Sets the number of rows on each page of output in iSQL*Plus, and the number of lines on each page of output in command-line and Windows GUI.
Increase PAGESIZE to avoid printing headings frequently, or set it to 0 to prevent headings being displayed.
set verify off
set linesize 800
SET LINESIZE sets the total number of characters that SQL*Plus displays on one line before beginning a new line.
Keep LINESIZE as small as possible to avoid extra memory allocations and memory copying.
However, if LINESIZE is too small, columns that cannot fit next to each other are put on separate lines. This may reduce performance significantly.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-680807/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20190215]sqlplus set arraysize.txtSQL
- [20221203]sqlplus set trimspool 問題.txtSQL
- [20221202]sqlplus set trimout 問題.txtSQL
- [20181122]18c sqlplus set linesize.txtSQL
- oracle系列(一)sqlplus命令OracleSQL
- oracle sqlplus 常用命令OracleSQL
- Msfconsole中set payload命令最新改進
- sqlplus 命令登入 Oracle資料庫的多種方法DXNASQLOracle資料庫
- redis--概述,下載&安裝,資料結構,命令操作--string&hash,list,set&sorted set,通用命令Redis資料結構
- Redis 基本資料型別(Set) 的操作命令Redis資料型別
- 【SQLPLUS】sqlplus 客戶端所需的檔案列表SQL客戶端
- [20230323]sqlplus #.txtSQL
- windows sqlplus亂碼WindowsSQL
- [Redis 基礎知識] Redis Set 型別常用命令Redis型別
- Linux裡面set-e命令作用是什麼?如何使用?Linux
- sqlplus啟動失敗SQL
- set /?
- Set
- lombok get/set 與 JavaBean get/setLombokJavaBean
- [20190524]sqlplus 與輸出&.txtSQL
- [20190530]sqlplus preliminary connection.txtSQL
- sqlplus和sqlldr工具安裝SQL
- [20211125]sqlplus生成html格式.txtSQLHTML
- [20211108]sqlplus管道過濾.txtSQL
- [Javascript] Perform Set Operations using JavaScript Set MethodsJavaScriptORM
- 【Redis學習筆記】2018-06-21 redis命令執行過程 SETRedis筆記
- Redis set資料型別命令使用及應用場景使用總結Redis資料型別
- Jet Set
- set -o
- set -e
- oracle sqlplus 回退鍵以及上下鍵OracleSQL
- [20211123]sqlplus @與@@的區別.txtSQL
- [20230417]sqlplus warpped word_warp.txtSQL
- Vue.set與vue.$set的使用Vue
- 訓練集(train set),驗證集(validation set)和測試集(test set)AI
- alter system set event和set events的區別
- 10g sqlplus的一個bugSQL
- [20180510]sqlplus array 和 opifch2.txtSQL
- sqlplus 中文?好和awr中文問號SQL