1. Resolve cannot backspace
Method 1:stty Erase ^h
Under Oracle User, add the following statement in the user Environment profile. Bash_profile
Stty Erase ^h
Method 2: Operate on the SECURECRT tool
Hook up the options in the diagram;
In contrast, choose Method 2.
2. Solved can't be up or down
Oracle Sqlplus on Linux cannot use the up and down keys to view commands and fret. The Rlwarp tool can help us solve this problem.
Official: http://utopia.knoware.nl/~hlub/uck/rlwrap/
Tar zxvf rlwrap-0.42.tar.gz CD rlwrap-0.42 ./configure Make Make install |
Before you operate.
Under Oracle User, add the following statement in the user Environment profile. Bash_profile
Alias sqlplus= ' Rlwrap sqlplus '
FAQ
1. During the execution of the./configure process
Configure:error:
You need the GNU ReadLine Library (ftp://ftp.gnu.org/gnu/readline/) to build
This program!
A: Need to install readline bag, don't forget libtermcap-devel bag.
linux--solve the Oracle Sqlplus in the upper and lower left and right backspace can not be used