How to get your command history in Sqlplus with Linux
How to get your command history in Sqlplus with Linux
- Install rlwrap
aptitude install rlwrap
- Add an alias to your profile
alias sqlplus='rlwrap sqlplus'
- Reload your profile and enjoy