Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Question about pl/sql code
Roland,
Are you even looking at the replies from the list?
Yesterday someone posted a detailed answer to your question, pointing to the
problem in your stored procedure.
It wouldn't help, if you post the same message again and again.
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
>
> 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:
> "Missing expression"
> 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 when inserted in that
table.
>
> Would really appreciate help.
> Thanks in advance
>
> Roland
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Igor Neyman INET: ineyman_at_perceptron.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 - 08:18:30 CST
![]() |
![]() |