Why rlwrap echos “redundantly” what I type from the keyboard?
I am using the rlwrap utility under linux for command line editing while using sql*plus. Everything is fine except that the utility echoes every command I enter from the keyboard. For example suppose that I typed this statement in the prompt: SQL> select last_name from employees the same statement would be echoed again in the terminal making the output looks like: SQL> select last_name from employees select last_name from employees then when I complete the select statement on the next line, the output would look like: SQL> select last_name from employees select last_name from employees 2 where