How to get your command history in Sqlplus with Linux
May 19, 2011
1 minute read

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


comments powered by Disqus