Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Delete conflict resolution
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
![]() |
![]() |