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 -> Array DML and before insert trigger

Array DML and before insert trigger

From: Peter Laursen <ptl_at_edbgruppen.dk>
Date: 23 Jun 1999 09:30:22 GMT
Message-ID: <01bebd63$ebc4ae60$2c289a0a@apollo>


I have an application that uses array dml to make inserts into a table. I need to reject some of the rows - thats is some of the rows must not be inserted under some conditions.
Can I make a before insert trigger, that for each row tests this condition, and then rejects the row? The trigger cant do commit/rollbacks since this is controlled by the application.

Thanks
Peter Received on Wed Jun 23 1999 - 04:30:22 CDT

Original text of this message

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