Parameter
| Description
|
sname
| The name of the schema in which the object is located.
|
oname
| The name of the object that you want to add to the replicated snapshot object group. ONAME must exist at the associated master site.
|
type
| The type of the object that you are replicating. The types supported for snapshot sites are: PACKAGE, PACKAGE BODY, PROCEDURE, FUNCTION, SNAPSHOT, SYNONYM, and VIEW.
|
ddl_text
| For objects of type SNAPSHOT, the DDL text needed to create the object; for other types, use the default, NULL. If a snapshot with the same name already exists, Oracle ignores the DDL and registers the existing snapshot as a replicated object. If the master table for a snapshot does not exist in the replicated object group of the master site designated for this schema, Oracle raises a missingobject error.
|
comment
| This comment is added to the OBJECT_COMMENT field of the RepObject view.
|
gname
| The name of the replicated object group to which you are adding an object. The schema name is used as the default group name if none is specified.
|
gen_obj_owner
| The name of the user you want to assign as owner of the transaction.
|