How to get your command history in Sqlplus with Linux 19 May 2011·30 words·1 min Oracle Tips 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