Name

RDF_REPL_SYNC — Starts the syncing process against an existing RDF subscription

Synopsis

RDF_REPL_SYNC ( in publisher varchar ,
in user varchar ,
in user_pwd varchar );

Description

This function starts the syncing process against an existing RDF subscription. It will not only initial synchronisation but also wait for the end of subscription to guarantee that the total effect of INSERT and DELETE operations is correct even if these operations were made in an order that differs from the original one.

Parameters

publisher

The server name of the publisher.

user

SQL account with rights to the publication, or publishers DBA account credentials will be required.

user_pwd

SQL account password.

Example

Example24.354.Enable RDF Publication

SQL> DB.DBA.RDF_REPL_SYNC ('demo-rdf-srv', 'repl_user', 'repl_passwd');