Change Parameters Affecting Logical Connections

Use the alter logical connection command to update parameters that affect logical connections.

Log in to the source Replication Server and, at the isql prompt, enter:
alter logical connection
 to logical_ds.logical_db 
set logical_database_param to 'value'

where logical_ds is the data server name for the logical connection, logical_db is the database name for the logical connection, logical_database_param is a logical database parameter, and value is a character string setting for the parameter.

New settings take effect immediately.