2.70 REGISTER REPLICAT
Use the REGISTER REPLICAT command to register a Replicat group with a target Oracle database to support integrated Replicat mode. This command should not be necessary under normal Replicat conditions. The startup registers Replicat with the target database automatically. Use this command only if Oracle GoldenGate returns a message that an integrated Replicat is not registered with the database.
Before issuing this command, issue the DBLOGIN command as the Replicat database user with privileges granted through dbms_goldengate_auth.grant_admin_privilege.
Syntax
REGISTER REPLICAT group_name DATABASE-
group_name -
The name of a Replicat group or a wildcard (*) to specify multiple groups. For example,
T*registers all Replicat groups whose names begin with T. -
DATABASE -
Required keyword to register with the target database. Creates a database inbound server and associates it with the specified Replicat group.
Example
REGISTER REPLICAT sales DATABASEParent topic: Common Command Line Interface Commands