New Replication Agent parameters.
Parameter | Description |
---|---|
ddl_username |
The database user name included in LTL for replicating DDL
commands to the standby database. This user must have permission
to execute all replicated DDL commands at the standby
database.
Note: You do not need to set the
ddl_username and
ddl_password parameters if the
Replication Server parameter
dsi_replication_ddl is
on.
Replication Agent for UDB now supports the ddl_username parameter. This command was already available for Replication Agents for Microsoft SQL Server and Oracle. |
ddl_password |
Updates the log device repository in the Replication Agent System Database (RASD). Identifies the password for ddl_username. Replication Agent for UDB now supports the ddl_password parameter. This command was already available for Replication Agents for Microsoft SQL Server and Oracle. |
pdb_automark_tables |
Specifies whether Replication Agent automatically marks tables for replication during DDL replication. Replication Agent for UDB now supports the pdb_automark_tables parameter. This command was already available for Replication Agents for Microsoft SQL Server and Oracle. |
pdb_automark_nocdc_error |
(IBM DB2 UDB only) Specifies whether to stop replication if DDL replication and automark is enabled but the table data capture is not enabled in the same create table transaction. |
pds_admin_connection_pool_size |
(IBM DB2 UDB only) Specifies the primary data server admin connection pool size. |
pds_sql_connection_pool_size |
Specifies the primary data server SQL connection pool size. |
ra_autocorrect_on_mark |
Determines whether to autocorrect tables marked for replication immediately. In version 15.7.1 SP200, by default, Replication Agent autocorrects tables marked for replication when the ra_autocorrect_on_mark configuration parameter value is set to true. |
See the Replication Agent Reference Manual.