Specify the Name of the Source or Destination Table Owner

You can specify the table owner’s name as an optional qualifier along with the name of the source or destination table. Data server operations may fail if the table owner does not correspond to what is specified in the replication definition.

For example, to create a replication definition for the publishers source table and the publishers2 destination table owned by the user “ravi,” enter:
create replication definition publishers
with primary at TOKYO_DS.pubs2
with replicate table named ravi.publishers2
...