Xref: alice comp.databases.oracle:74095
Path: alice!news-feed.fnsi.net!news.maxwell.syr.edu!news-xfer.atlantic.net!pollution.skycache.com!dca1-feed3.news.digex.net!digex!news.uscg.mil!not-for-mail
From: "P. Larsen" <plarsen@ballston.uscg.mil>
Newsgroups: comp.databases.oracle
Subject: Re: A trivial question!
Date: Tue, 2 Feb 1999 13:40:38 -0500
Organization: USCG - Operations Systems Center
Lines: 19
Message-ID: <79c9mi$7nh213@news.uscg.mil>
References: <36b6837d.0@news.tm.net.my>
X-Newsreader: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

Hi,
Always end your SQL scripts with carrige return (enter).
SQL Plus doesn't like reading commands without a CR in the end - and hence
issues the warning you're seeing.
Everything works okay - but you get a warning. Add a blank line at the end
of your SQL script and the warning will disappear.

Regards
  Peter Larsen

Brandon Lee wrote in message <36b6837d.0@news.tm.net.my>...
>hi anyone,
>  just out of curiosity, why do i get a message saying 'Input truncated to
2
>characters' after i run certain sql statement in sql*plus?
>
>


