Check that the particular table exists in the Dbvisit Replicate data dictionary table. The following query on the run as the Dbvisit Replicate owner on the target database can be run to verify:
SQL> select name, obj_ from DBRSOBJ$ where obj_ in (select SOURCE_OBJECT_ID from
DBRSAPPLY_DICT_TABLES);
NAME OBJ_
------------------------------ ----------
DBRSCOL$ 78949
DBRSOBJ$ 78951
DBRSTAB$ 78953
DEPT 74209
EMP 74211
BONUS 74213
SALGRADE 74214
DBRSUSER$ 78955
DBRSV_$DATABASE 78957
Only the tables listed in this table will be replicated. To replicate other tables use the PREPARE command.