Monday, August 3, 2020

SQLPlus Backspace in Linux

To able to use only the backspace button to erase characters in sqlplus,
you basically need to add:

stty erase ^H

in your .bash_profile