SQL*Plus does not support command history on Linux
By default, SQL*Plus does not support command history on Linux,
which makes the tool difficult to use out of the box. I spent weeks looking for a solution to this problem on Google.
I finally found this at
http://www.dizwell.com/html/cli_history.html:
- Install rlwrap on your system. On gentoo I emerged it so in debian or other distros there should be an RPM or package available.
- Edit your /home/you/.profile and add alias sqlplus='rlwrap sqlplus'
- Source /home/you/.profile
SQL*Plus now supports command history.
This was first published in September 2005
Disclaimer:
Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.
Join the conversationComment
Share
Comments
Results
Contribute to the conversation