Replication Agent Objects in the DB2 Primary Database

Replication Agent creates objects in the primary database to assist with replication tasks. Replication Agent also uses the native database transaction log maintained by the DB2 server to capture transactions in the primary database for replication.

The Replication Agent objects are created by invoking the ra_admin command with the init keyword. When you invoke this command, Replication Agent generates a SQL script that contains the SQL statements for the objects created or modified in the primary database. This script is stored in the create.sql file in the RAX-15_5\inst_name\scripts\xlog directory. You must create these objects before marking any primary database objects for replication.

Note: The JAR files are installed when the ra_admin init command is executed. The ra_admin deinit command uninstalls the JAR files from the primary database. You must issue ra_admin deinit command before reinitializing Replication Agent.

See the Replication Agent Administration Guide.

Related reference
Java Procedure Objects