Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQL*Plus bug

SQL*Plus bug

From: Larry Jones <lljo_at_chevron.com>
Date: 1997/05/07
Message-ID: <337085BD.4AEF@chevron.com>#1/1

We are running SQL*Plus: Release 3.3.2.0.2 with Oracle7 Server Release 7.3.2.3.0.

Does anyone else have the copy bug, where you try to copy a line that has a capital "C" in it, then when you paste it, the lines breaks at that point?

For example, if you ran a select statement that read:

        SQL>SELECT * FROM EMP; Then wanted to copy it below, you would highlight it, and press CTRL+C, then CTRL+V to paste it. If I do this I get the following:

	SQL>SELE
	unknown command "SELE" - rest of line ignored.
	SQL>T * FROM EMP;

It doesn't do this with a lower case "c" only upper. Is there a solution for this? Received on Wed May 07 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US