Re: A trivial question!
From: P. Larsen <plarsen_at_ballston.uscg.mil>
Date: Tue, 2 Feb 1999 13:40:38 -0500
Message-ID: <79c9mi$7nh213_at_news.uscg.mil>
Date: Tue, 2 Feb 1999 13:40:38 -0500
Message-ID: <79c9mi$7nh213_at_news.uscg.mil>
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_at_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?
>
>
Received on Tue Feb 02 1999 - 19:40:38 CET
