7 测试:
--node1 :
152 rows selected.
SQL> create table emp as select * from T_ORDERS;
Table created.
SQL> commit; SQL> select count(*) from tab; COUNT(*) ---------- 153
--node3 SQL> select count(*) from tab; COUNT(*) ---------- 153
--node1
--node2
--node3