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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Input truncated

RE: Input truncated

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Wed, 25 Jul 2001 08:11:01 -0700
Message-ID: <F001.003547A1.20010725065644@fatcity.com>

Andrea,

Look at the last line of your procedure. I'll bet you a dozen donuts that you do not have a carraige return after the last line of typed cdode, and that the last line of code is 35 chars long.

Simply add a carraige return at the last line.

hope this helps

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Tuesday, July 24, 2001 10:01 AM
To: Multiple recipients of list ORACLE-L

I don't know why when I try to load error_p1 procedure it's printed "Input truncated to 35 characters".

        SQL> @error_p1

        Procedure created.

        Input truncated to 35 characters
        No errors.

Can anybody help me ?

Thanks,
Andrea
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Quaglio Andrea
  INET: Andrea.Quaglio_at_semagroup.it

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jul 25 2001 - 10:11:01 CDT

Original text of this message

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