SQL*Plus で BackSpace が ^H になってしまう場合、
~/.bashrc~/.bash_profile などに下記を追加

stty erase ^H

もしくは ${SQLPATH}/login.sql に以下を追加

ho stty erase ^H