sqlplus & arrow keys
23aiJun 5 2007 — edited Jun 7 2007I have connected (ssh) to the database server using putty and invoked sqlplus command there.
SQL> select * from tab ;
Its lists me all objects ..
Then tried using arrow keys (left-top-right-bottom) to retrieve the previous query but it does not retrive it and some special appeas as follows
SQL>^[[A^[[B^[[C^[[D
Any help?
This works fine if you open a command prompt on windows and connect to the oracle server installed locally on your pc.