解決Oracle Linux下SQL*Plus無法使用上下箭頭顯示歷史命令的問題
#使用SecureFX將rlwrap-0.37.tar.gz以root使用者上傳到虛擬機器的/tmp目錄 # 解壓,安裝 [root@RH54.cuug.net:/tmp]$ tar -zxvf rlwrap-0.37.tar.gz [root@RH54.cuug.net:/tmp]$ cd rlwrap-0.37 [root@RH54.cuug.net:/tmp/rlwrap-0.37]$ ./configure [root@RH54.cuug.net:/tmp/rlwrap-0.37]$ make [root@RH54.cuug.net:/tmp/rlwrap-0.37]$ make install # 測試 [oracle@RH54.cuug.net:/home/oracle]$ rlwrap sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Tue May 6 12:36:18 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production With the Partitioning, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options
sys@TESTDB11>select * from scott.salgrade;
GRADE LOSAL HISAL ---------- ---------- ---------- 1 700 1200 2 1201 1400 3 1401 2000 4 2001 3000 5 3001 9999
# 對/home/oracle/.bash_profile進行配置 [oracle@RH54.cuug.net:/home/oracle]$ vi .bash_profile # .bash_profile
# Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin export PATH export PS1=[`whoami`@`hostname`':${PWD}]$ ' export ORACLE_BASE=/u01/app/oracle export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 export ORACLE_SID=TestDB11 export PATH=$PATH:$ORACLE_HOME/bin umask=022 export LD_LIBRARY_PATH=/usr/local/lib:. export CC=gcc export PATH=$PATH:/usr/local/bin alias sqlplus='rlwrap sqlplus' alias rman='rlwrap rman'
# 測試 [oracle@RH54.cuug.net:/home/oracle]$ . ./.bash_profile [oracle@RH54.cuug.net:/home/oracle]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Tue May 6 12:39:14 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production With the Partitioning, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options
sys@TESTDB11>select * from scott.salgrade;
GRADE LOSAL HISAL ---------- ---------- ---------- 1 700 1200 2 1201 1400 3 1401 2000 4 2001 3000 5 3001 9999 # 使用向上箭頭,可以顯示歷史命令 sys@TESTDB11>select * from scott.salgrade; |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1161539/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 成功解決github無法顯示圖片問題Github
- IOS下圖片不能顯示問題的解決辦法iOS
- AD9中元件無法顯示的問題解決元件
- Oracle 解決like中無法匹配下劃線的問題Oracle
- 修復Arch Linux和Manjaro Linux無法顯示emoji的問題LinuxJAR
- 解決無法使用VI的問題
- archlinux下wps顯示問題解決方法Linux
- CAD 有些字型無法顯示的問題
- 蘋果MacOS之顯示隱藏檔案及Terminal 無法儲存歷史記錄問題蘋果Mac
- proteus模擬數碼管無法動態顯示的問題-解決方法
- 手動下載 Chrome,解決 puppeteer 無法使用問題Chrome
- 解決本地筆記匯入部落格中圖片無法顯示的問題筆記
- Oracle的SCN顯示問題Oracle
- Linux下快速執行歷史命令的方法Linux
- 關於Linux下Texlive無法找到已安裝字型的問題與解決Linux
- vue使用iview Timeline 時間軸不顯示渲染的效果問題解決辦法VueView
- Windows pyinstaller wxPython pyecharts無法正常顯示問題WindowsPythonEcharts
- 運維該如何解決 Linux 伺服器重啟後命令無法正常使用的問題?運維Linux伺服器
- Win10 tensorflow object_detection api 安裝中 無法顯示影象的問題解決Win10ObjectAPI
- PHP連線SQL資料庫無法顯示emoji表情的解決辦法(變成問號、1366 Incorrect string value)PHPSQL資料庫
- [linux]解決wayland協議下 google-chrome 無法輸入中文問題Linux協議GoChrome
- goland中npm無法使用的問題及解決方法GoLandNPM
- Oracle檢視歷史TOP SQLOracleSQL
- [macOS] 解決ipad 無線顯示器 (sidebar功能) 掉線的問題MaciPadIDE
- 解決Linux無法開啟android模擬器問題LinuxAndroid
- 關於IE下驗證碼圖片無法正常顯示問題
- LINUX 安裝python3 命令之後 python無法使用的解決辦法LinuxPython
- Word——編輯的公式顯示不完整問題的解決辦法公式
- linux sed 命令引起的^M問題解決Linux
- es6學習_箭頭函式解決this指向問題函式
- Linux配置靜態IP解決無法訪問網路問題Linux
- LiveCharts中文顯示亂碼問題的解決Echarts
- 使用PorterDuff解決clipPath無法抗鋸齒問題
- 解決codeblocks無法除錯的問題BloC除錯
- 解決Centos無法yum源的問題CentOS
- LINUX下正確安裝後,圖片、驗證碼等無法顯示,有沒有辦法解決?Linux
- SpringBoot 2.0中SpringWebContext 找不到無法使用的問題解決Spring BootWebContext
- Linux下使用script命令記錄終端操作顯示Linux
- Linux Ubuntu 20.04 LTS 解決無法輸入中文 輸入法問題LinuxUbuntu