Altering physical connections

Use the alter connection command at the source Replication Server to modify parameters that affect physical connections for warm standby applications:

alter connection to data_server.database
set database_param to 'value'

where data_server is the destination data server, database is the database the data server manages, database_param is a parameter that affects the connection and value is a setting for database_param.

You must suspend the connection before altering it; then, after executing alter connection, you resume the connection for new parameter settings to take effect. See “Altering database connections” on page 190 in the Replication Server Administration Guide Volume 1 for more information.