Re: Really annoying change to 11.2 sqlplus
- From: Yong Huang <yong321@xxxxxxxxx>
- To: Michael Moore <michaeljmoore@xxxxxxxxx>
- Date: Fri, 25 Feb 2011 10:39:45 -0800 (PST)
Vertial select is available in console (DOS) version of Sqlplus too. If you
haven't enabled QuickEdit mode, you have to go to Edit->Mark every time you
want to select.
Addition to my last message. sqlplus in UNIX/Linux terminal may also suffer
from the problem of characters disappearing when multiple chr(13) are in the
output, e.g.
$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Fri Feb 25 10:09:47 2011
...
SQL> select 'x'||chr(13)||'y'||chr(13)||'z' from dual;
'X'||
-----
z
Yong Huang
--- On Fri, 2/25/11, Michael Moore <michaeljmoore@xxxxxxxxx> wrote:
Also in the old win SQLPLUS you could highlight a column in the middle of the
window and copy it. That was very useful.Mike
- Follow-Ups:
- RE: Really annoying change to 11.2 sqlplus
- From: Bobak, Mark
- RE: Really annoying change to 11.2 sqlplus
- References:
- Re: Really annoying change to 11.2 sqlplus
- From: Michael Moore
- Re: Really annoying change to 11.2 sqlplus
Other related posts:
- » Really annoying change to 11.2 sqlplus - Peter Hitchman
- » RE: Really annoying change to 11.2 sqlplus - Walker, Jed S
- » RE: Really annoying change to 11.2 sqlplus - paul.baumgartel
- » RE: Really annoying change to 11.2 sqlplus - Walker, Jed S
- » RE: Really annoying change to 11.2 sqlplus - paul.baumgartel
- » Re: Really annoying change to 11.2 sqlplus - Adric Norris
- » Re: Really annoying change to 11.2 sqlplus - De DBA
- » RE: Really annoying change to 11.2 sqlplus - Goulet, Richard
- » RE: Really annoying change to 11.2 sqlplus - Dunbar, Norman (Capgemini)
- » Re: Really annoying change to 11.2 sqlplus - S. Anthony Sequeira
- » Re: Really annoying change to 11.2 sqlplus - Peter Hitchman
- » Re: Really annoying change to 11.2 sqlplus - Steve Harville
- » Re: Really annoying change to 11.2 sqlplus - Yong Huang
- » Re: Really annoying change to 11.2 sqlplus - Michael Moore
- » Re: Really annoying change to 11.2 sqlplus - Yong Huang
- » RE: Really annoying change to 11.2 sqlplus - Bobak, Mark
- » RE: Really annoying change to 11.2 sqlplus - Yong Huang