Is there any way to start DBREMOTE so that it replicates only specific publications? Something like the option -n in DBMLSYNC.

asked 23 Apr '18, 07:09

Baron's gravatar image

Baron
1.9k122133159
accept rate: 46%


AFAIK, no, there is no such option.

DBREMOTE sends and/or receives modifications for all according publications. IMHO, that is a design choice and does manifest in the fact that the according SYS.SYSREMOTEUSER table stores the sent/received transaction log offsets per remote database, not per publication. – In contrast, MobiLink does manage those per publication, cf. SYSSCYNC/SYSSYUNC2.

permanent link

answered 23 Apr '18, 07:55

Volker%20Barth's gravatar image

Volker Barth
39.5k355539810
accept rate: 34%

Thanks, this was also my point, I wanted just to get a confirm.

(23 Apr '18, 07:57) Baron
Replies hidden

Well, "AFAIK":) - possibly Reg has some smart workaround?

(23 Apr '18, 08:05) Volker Barth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×75
×57

question asked: 23 Apr '18, 07:09

question was seen: 1,058 times

last updated: 23 Apr '18, 10:13