表级数据同步:使用snapshot,database link,实现
是要将库1(源端)中的表replica_test1的数据同步到库2(目标端),用到了dblink,snapshot,snapshot log等技术。环境准备 源、目标端SQL> create user dbrep identified by dbrep;SQL> grant connect,resource to dbrep;SQL> grant create databa