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

Home -> Community -> Usenet -> c.d.o.server -> Problem with before insert triggers when passing column values as literals

Problem with before insert triggers when passing column values as literals

From: Dirk Sudheimer <sudheimer_at_gmx.de>
Date: 2000/04/05
Message-ID: <38eb1370.0@juno.wiesbaden.netsurf.de>#1/1

We encountered some really disturbing effect using a before insert trigger for each row when testing an existing application on 8.1.5 (SUN Solaris 2.6)  that worked well under 7.3.

Upon inserting multiple rows only the first row is properly processed.

Upon further investigation the problem seems to be related to passing column values as literals.

Oracle Support told us that this bug should be fixed with 8.1.6. Is someone able to confirm this statement?

thanx in advance

D. Sudheimer

Following a test script to reproduce the effect:

DELETE FROM cus.TRIGGERT ;

Drop table triggert;
Drop table triggerts; Received on Wed Apr 05 2000 - 00:00:00 CDT

Original text of this message

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