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 -> Re: Pesky SQLPlus/NotePad error

Re: Pesky SQLPlus/NotePad error

From: PerlMongerWannaBe <davehaas_at_hotmail.com>
Date: Wed, 27 Oct 1999 04:22:30 GMT
Message-ID: <7v5um5$703$1@nnrp1.deja.com>


Hi Dave.

Actually, it's not an error. When SQL plus reads a statement in from the Notepad buffer, it's expecting to see a forward slash on the last line (all by itself). i.e.:

select * from emp
/

note the lack of the terminating semicolon ...

it's a quirk of the buffereing between Notepad and SQL plus. It can safely be ignored ...

Cheers,

Dave Haas

> I keep getting these pesky errors when I write a sql statement in
> notepad and then execute in sqlplus.
>
> Input truncated to 13 characters
>
> The statement runs but these "truncate" errors keep showing up.
>
> Can anyone enlighten me regarding a solution.
>
> d
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Oct 26 1999 - 23:22:30 CDT

Original text of this message

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