Tow database, one way replication, if you execute DML SQL like "insert into tab (id, operate_time) values ('1',SYSDATA)" in source database. this exactly SQL will execute in destination database too, but it will execute on destination database short after the executing of source database.
(I think the period is not short sometimes, if some network problem occurs, or some other operation delay the executing on destination database.)
Yes, this SQL do not execute at same time on source database and the destination database. and the column operate_time will have different value in the two database.
OK, the value of column operate_time in two database have little different, it is not a big problem. I don't care!
Latter, I execute this SQL: "delete tab where 1=1" in source database. Oops, I got this ORA-26786 shit in destination database















