Tuesday, March 11, 2008

How do I enable SQL *Plus Up and down arrow keys?

Download gqlplus software from sourceforge.net here

Then install it as follows:

$ tar -zxvf gqlplus*
$ ./configure
$ make
# make install

To connect to Oracle server use it as follows:

$ gqplus “user/password”


Its open source. you can modify as per you requirements.
--Cheers

No comments: