Parameter
| Description
|
sname
| The schema in which the object is located.
|
oname
| The name of the object for which you are generating replication support.
|
type
| The type of the object. The types supported are: TABLE, PACKAGE, and PACKAGE BODY.
|
package_prefix
| For objects of type PACKAGE or PACKAGE BODY this value is prepended to the generated wrapper package name. The default is DEFER_.
|
procedure_prefix
| For objects of type PROCEDURE, PACKAGE or PACKAGE BODY, this value is prepended to the generated wrapper procedure names. By default, no prefix is assigned. The default is DEFER_.
|
distributed
| This parameter must be set to TRUE if your COMPATIBLE parameter is set to 7.3.0 or greater.
|
gen_rep2_trigger
| This parameter is provided for compatibility with previous releases. If you have any pre-release 7.3 snapshot sites, you must set this parameter to TRUE.
|
gen_obj_owner
| The name of the user you want to as as owner of the transaction.
|