[root@testbed008 test_replication1]# sqlplus voms_replication1/pwdvoms1@vomsdb1 SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 13 17:59:40 2007 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production With the Partitioning, OLAP and Data Mining options SQL> select count(*) from usr; COUNT(*) ---------- 1112 [root@testbed008 test_replication1]# sqlplus voms_replication1/pwdvoms1@vomsdb2 SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 13 18:00:13 2007 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production With the Partitioning, OLAP and Data Mining options SQL> select count(*) from usr; COUNT(*) ---------- 0