Quantcast
Viewing all articles
Browse latest Browse all 13

Re: Trigger on constraint

begin
insert into help values (' ', 2, ' test ');
exception when DUP_VAL_ON_INDEX then
raise_application_error (-20001, ' the Head think. ');
end;

Same it is possible to make in the trigger instead of.
But in my opinion, the interpretation task  should be hung up not on a database, and on the client application.


Viewing all articles
Browse latest Browse all 13

Trending Articles