Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Input truncated to...
It means NOTHING. Actually it means you don't have a cr/lf after the last
character of your statement, usually a semicolon. Just type a carriage
return after the ; , and the message should go away.
Hth,
--
Sybrand Bakker, Oracle DBA
Brandon Duncan <BDuncan_at_PIETECHNET.com> wrote in message
news:7u032f$a51$1_at_autumn.news.rcn.net...
> Question for any ORACLE Gurus out there: I have an SQL script which I'm
> running to add a Table, it's Constraints, It's Indices, it's Sequences,
and
> it's Triggers. Periodically, I get the message "Input truncated to 9
> characters" (the number 9 varying depending on where I get the message).
> Does anyone know what this means?
>
> Thanks
> Brandon
>
>
Received on Sun Oct 24 1999 - 11:13:55 CDT
![]() |
![]() |