Connection sqlplus not like MySQL can turn history, by installing Rlwrap
1, installation rlwrap-0.37.tar.gz
Tar zxvf rlwrap-0.37.tar.gz
CD rlwrap-0.37
./configure
#yum List|grep termcap
#yum List|grep ReadLine
#yum-y Install libtermcap-devel readline-devel
./configure
Make
Make install
2. Setting Environment variables
Switch to Oracle User
Vim. Bash_profile
Add alias Sqlplus/rman Configuration
Alias sqlplus= ' Rlwrap sqlplus '
Alias rman= ' Rlwrap Rman '
3. Save exit source. Bash_profile make effective or exit re-login
At this point the execution Sqlplus "/as SYSDBA" This time input command found can callback
You can also directly execute Rlwrap sqlplus "/as SYSDBA" without setting an alias
This article is from the "record a bit of learning life" blog, please make sure to keep this source http://ureysky.blog.51cto.com/2893832/1918282
Command fallback in Oracle sql> mode