RE: Input truncated

2001-07-25 Thread Mercadante, Thomas F
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

RE: Input truncated

2001-07-24 Thread Nicoll, Iain (Calanais)
Just do a carriage return at the end of the last line. The last line will be 35 characters long. Iain -Original Message- Sent: 24 July 2001 15:01 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

Input truncated

2001-07-24 Thread Quaglio Andrea
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

RE: Input truncated

2001-07-24 Thread Jon Walthour
/01 10:00:47 AM 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

RE: Input truncated

2001-07-24 Thread Koivu, Lisa
Title: RE: Input truncated Andrea, put a carriage return after your last slash and this will go away. It's harmless. Lisa Koivu Ft. Lauderdale, FL, USA -Original Message- From: Quaglio Andrea [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 10:01 AM To: Multiple recipients

RE: Input truncated

2001-07-24 Thread Cale, Rick T (Richard)
In your pl/sql script add a carriage return after / Rick -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

RE: Input truncated

2001-07-24 Thread Vadim Gorbounov
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

Re: Input truncated

2001-07-24 Thread JRicard982
Andrea, Make sure that at the end of your script you don't have additional returns and one hard return after the last command. (i.e. SET OFF SET OFF SELECT * FROM table / SET ON SET ON one return here and no other lines after Hope

Re: Input truncated

2001-07-24 Thread D B
putting some extra blank line at the very end of the .sql file will help Digs --- Quaglio Andrea [EMAIL PROTECTED] wrote: 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

Re: Input truncated to 1 characters

2001-05-03 Thread William Beilstein
noticed when I install procedures, i get this message: Input truncated to 1 characters can someone help explain this to me? -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Leyden, Joseph INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858

Re: Input truncated to 1 characters

2001-05-03 Thread Pat Hildebrand
You are missing a newline after the / at the end of the procedure. Pat -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Pat Hildebrand INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego,

RE: Input truncated to 1 characters

2001-05-03 Thread Nicoll, Iain (Calanais)
work and there are no invalid objects in dba_objects. I think you can safely ignore the message. I have no idea why it comes out, hopefully someone else can spread some light on that. [EMAIL PROTECTED] 05/03/01 11:56AM I noticed when I install procedures, i get this message: Input truncated to 1