[Solved] sqlplus on ubuntu support big5 and support arrow key
command like below
> export NLS_LANG=AMERICAN_AMERICA.ZHT16MSWIN950
> luit -encoding big5 rlwrap sqlplus
說明:
1. NLS_LANG環境變數設定
2. luit 讓後面的指令轉為 big5 編碼
3. rlwrap 讓後面的指令支援方向鍵
> export NLS_LANG=AMERICAN_AMERICA.ZHT16MSWIN950
> luit -encoding big5 rlwrap sqlplus
說明:
1. NLS_LANG環境變數設定
2. luit 讓後面的指令轉為 big5 編碼
3. rlwrap 讓後面的指令支援方向鍵
留言
張貼留言