As explained previously, you can easily get a history for sqlplus and rman on lnux.
apt-get install rlwrap
I forgot to mention that the easiest way to automatically use it is to set up an alias in your shell
alias sqlplus='rlwrap sqlplus'
As explained previously, you can easily get a history for sqlplus and rman on lnux.
I forgot to mention that the easiest way to automatically use it is to set up an alias in your shell