sqlplus 上下左右及回退亂碼

2021-07-06 02:56:17 字數 812 閱讀 4159

在linux以及unix中,sqlplus的上下左右、

回退無法使用,會出現亂碼情況。

1.安裝

readline 元件包

自帶光碟中有rpm包,需安裝兩個rpm

readline-devel

readline

2. 安裝 rlwrap 元件包

[oracle@localhost media]$ ls

rlwrap-0.37.tar 

[root@localhost media]# tar -xf rlwrap-0.37.tar 

[oracle@localhost media]$ ls

rlwrap-0.37

[oracle@localhost media]cd rlwrap-0.37

[root@localhost rlwrap-0.37]# ./configure

[root@localhost rlwrap-0.37]make

[root@localhost rlwrap-0.37]make install

3.修改bash_profile

[root@localhost rlwrap-0.37]

su - oracle

[oracle@localhost ~]$ vim .bash_profile

新增下面兩行

alias sqlplus='rlwrap sqlplus'

alias rman='rlwrap rman'

[oracle@localhost ~]source .bash_profile

4.啟動sqlplus 

解決CRT連線sqlplus不能上下左右鍵不能使用

1.在crt連線linux,使用sqlplus時候,出現刪除以及上下左右鍵不好使用的情況,刪除鍵可以通過會話設定解決,但是上下左右鍵依然不好使,這裡可以通過安裝軟體的方式解決。1 安裝readline,系統映象包裡自帶,可yum安裝 2 安裝rlwrap root oracle11g tar zxv...

C ToolStrip浮動及上 下 左 右 停靠

關於浮動工具條的製作,阿捷寫了一篇很不錯的文章,見 阿捷這個工具條浮動後只能在頂部停靠,基於此,我在這邊增加在左 右 底部停靠,停靠條件是浮動窗體緊貼或越過主窗體邊緣。其實阿捷給出的 已經相當詳細了 我這裡主要給出重寫的toolstrip 段,增加了三個toolstrippanel public p...

Sqlplus無法使用上下左右鍵的問題

或者 是在執行完.configure後報如下錯誤 configure warning no termcap nor curses library found checking for readline in lreadline.no configure error you need the gnu ...