Add the Replicat Group

These steps add the Replicat group that reads the remote trail and applies the data changes to the target Oracle Database.

  1. Connect to the deployment from the Admin Client using the CONNECT command.
  2. If using integrated Replicat, issue the DBLOGIN command to log into the database.
    DBLOGIN USERIDALIAS alias

    Where: alias specifies the alias of the database login credential that is assigned to Replicat. This credential must exist in the Oracle GoldenGate credential store. For more information, see Establishing Oracle GoldenGate Credentials.

  3. Issue the ADD REPLICAT command with the following syntax.
    ADD REPLICAT group name, [INTEGRATED,] EXTTRAIL pathname

    Where:

    • group name is the name of the Replicat group.

    • INTEGRATED creates an integrated Replicat group.

    • EXTTRAIL pathname is the relative or fully qualified name of the remote trail, including the two-character name.

      For more information, see Parameters and Functions Reference for Oracle GoldenGate.

Example 6-1 Adds a Nonintegrated Replicat

ADD REPLICAT repe, EXTTRAIL east/ea

Example 6-2 Adds an Integrated Replicat

ADD REPLICAT repn, INTEGRATED, EXTTRAIL north/em