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: PL/SQL: need some help

RE: PL/SQL: need some help

From: Thomas, John <John.Thomas_at_telesenskscl.com>
Date: Fri, 05 Apr 2002 00:58:23 -0800
Message-ID: <F001.0043C682.20020405005823@fatcity.com>


Roland,

Isn't this just a problem with DBMS_OUTPUT?

If so, you need a small function to chop up the output line.

> Cheers,
>
> John Thomas

-----Original Message-----
Sent: 05 April 2002 09:23
To: Multiple recipients of list ORACLE-L

Hallo,

I need some help on this. I woiuld like to include the field borttags_flagg in the table prisregister_kopia_wed but it fails and no records are inserted.
In the eror table it says:
ORA-20000: ORU-10028: line length overflow, limit of 255 bytes per line and the "bad" sql statement says INSERT INTO PBK.PRISREGISTER_kopia_wed(BUTIKID,EAN,PERIOD,LAGSTAPRIS,PRIS,UNDERLAGID,SUB STITUT,KOMMENTAR,BUTIKTYP,VARUTYP,REGICASTATUS,VARENR,LEVNR,VARE_SNR,BORTTAG S_FLAGG) VALUES (116,7312300342180,'200206', 0,9.95,616,NULL,'null', 0 , 0, 1, 290799, 13173, 10, )

The pl/sql code is this file. (See attached file: procinsert.txt)

Here it is a missing value it should be a value after the last value 10.

Why doesnt the value for borttags_flagg get included?

Would really appreciate help.
Thanks in advance

Roland



Legal Disclaimer : This e-mail is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail, please notify the sender by replying to this e-mail. If you are not the intended recipient you must not use, disclose, distribute, copy, print or rely on this e-mail. The opinions expressed in this message are those of the sender and not those of TelesensKSCL.

This footnote also confirms that this e-mail has been swept by MIMEsweeper for the presence of computer viruses.

Please note that TelesensKSCL monitors both incoming and outgoing emails in accordance with our email policy.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Thomas, John
  INET: John.Thomas_at_telesenskscl.com

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 Fri Apr 05 2002 - 02:58:23 CST

Original text of this message

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