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

Home -> Community -> Usenet -> c.d.o.tools -> Before insert trigger failure

Before insert trigger failure

From: Yann CAUCHARD <yann.cauchard_at_spcconsultants.com>
Date: Tue, 13 Feb 2001 08:33:02 +0100
Message-ID: <96ant5$2qjl$1@news5.isdnet.net>

Hi NG!

I'm trying to write a before insert trigger which allows or not the insertion in a table.

What do I write for the failure ? something like

raise no_insert;
...

exception

    no_insert

        null;
....

Or another way ?

Yann Received on Tue Feb 13 2001 - 01:33:02 CST

Original text of this message

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