Re: PL/SQL?
From: Diana Tracy <bs794_at_cleveland.Freenet.Edu>
Date: 27 Jan 1994 16:43:57 GMT
Message-ID: <2i8r0d$fom_at_usenet.INS.CWRU.Edu>
Date: 27 Jan 1994 16:43:57 GMT
Message-ID: <2i8r0d$fom_at_usenet.INS.CWRU.Edu>
To ignore the DUP_VAL_ON_INDEX exception, put an exception handler at the end of your PL/SQL block.
begin
...
exception
when DUP_VAL_ON_INDEX then
null;
end;
-- Diana Tracy, System Designer -- Excitement, Adventure bs794_at_cleveland.Freenet.Edu -- and Really Wild ThingsReceived on Thu Jan 27 1994 - 17:43:57 CET