Hi all,
Can anyone tell me what i can use to trap when a duplicate composite key has been violated?
I've already tried the dup_val_on_index oracle exception, as well as trying to trap the actual sqlcode(-00001), and
both trap duplicate indexes instead of PK's.
As expected this is not the solution i need as records which do not violate the pk still do not get inserted b/c of one column(having an index).
any help is greatly appreciated
Can anyone tell me what i can use to trap when a duplicate composite key has been violated?
I've already tried the dup_val_on_index oracle exception, as well as trying to trap the actual sqlcode(-00001), and
both trap duplicate indexes instead of PK's.
As expected this is not the solution i need as records which do not violate the pk still do not get inserted b/c of one column(having an index).
any help is greatly appreciated