FYI: the ability to do command history in sql*plus has nothing to do with your shell, and little to do with your terminal. It depends a great deal on the method that the sqlplus program uses to read the input, because it has to enable the use of the arrow keys within itself.
SqlPlusPlus is a front-end to SqlPlus which processes the up and down keys. When you finish typing a command, it sends it to the real sqlplus to be run.
Main Topics
Browse All Topics





by: interiotPosted on 2001-07-20 at 08:23:14ID: 6302623
You'll want to download this program (aptly named sqlplusplus), compile it, and run it in place of using sql*plus interactively.
/scripts/c _src/sqlpp .txt
http://www.doag.org/orafaq