Cannot Use Up/Down Key in SQL*PLUS [1]
Cannot Use Up/Down Key in SQL*PLUS
Monday, July 6, 2015 4:24 AM - Le Huy Hung
Hi,
I am having a problem with Xshell 5 while connecting to oracle SQL*PLUS.
with windows cmd i can use up key, down key to backward/forward command in history, but i cannot do it in xshell 5
when i enter up key, xshell show: [A
when i enter down key, xshell show: [B
how should i config xshell to work as windows cmd
Program Ver. : Xshell 5
I am having a problem with Xshell 5 while connecting to oracle SQL*PLUS.
with windows cmd i can use up key, down key to backward/forward command in history, but i cannot do it in xshell 5
when i enter up key, xshell show: [A
when i enter down key, xshell show: [B
how should i config xshell to work as windows cmd
Program Ver. : Xshell 5
Re: Cannot Use Up/Down Key in SQL*PLUS
Wednesday, July 8, 2015 7:06 AM - David
This is a readline issue. Sqlplus doesn't support readline. You can use rlwrap to support readline. Read the following article:
https://blogs.oracle.com/middleware/entry/getting_history_from_sqlplus_using
https://blogs.oracle.com/middleware/entry/getting_history_from_sqlplus_using
Previous views: 113