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

Home -> Community -> Usenet -> c.d.o.misc -> Delete conflict resolution

Delete conflict resolution

From: <speng_at_ncs.com.sg>
Date: Wed, 06 Jan 1999 11:24:42 GMT
Message-ID: <76vh5p$6v8$1@nnrp1.dejanews.com>


Does anyone knows how a write a user defined routine for delete conflict?

I have a delete conflict problem here.

My_tables


 NRIC                            NOT NULL VARCHAR2(9)
 NAME                            NOT NULL VARCHAR2(30)
 SEX                             NOT NULL VARCHAR2(1)
 RACE                            NOT NULL VARCHAR2(1)
 LAST_UPDATE                     NOT NULL DATE

If i have delete a row at local site and an update is done at the remote site. My problem here is it does not delete the record at the remote site due to the columns are update at the remote and the data is not found.

Anyone has a sample user defined routine pls.

Help!

--

Sok Peng

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Jan 06 1999 - 05:24:42 CST

Original text of this message

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