Parameter
| Description
|
gname
| The name of the replicated object group.
|
drop_missing_contents
| If an object was dropped from the replicated object group, it is not automatically dropped from the schema at the snapshot site. It is simply no longer replicated; that is, changes to this object are no longer sent to its associated master site. Snapshots can continue to be refreshed from their associated master tables; however, any changes to an updatable snapshot will be lost. When an object is dropped from the object group, you can choose to have it dropped from the schema entirely by setting this argument to TRUE.
|
refresh_snapshots
| Set this parameter to TRUE to refresh the contents of the snapshots in the replicated object group.
|
refresh_other_objects
| Set this parameter to TRUE to refresh the contents of the non-snapshot objects in the replicated object group.
|
execute_as_user
| The default, FALSE, indicates that a deferred call is authenticated at the remote system using the authentication context of the user who originally queued the deferred call (as indicated in the ORIGIN_USER column of the DefTran view). Set this to TRUE if you want the execution of a deferred call to be authenticated at the remote system using the authentication context of the session user.
|