TimesTen Error Messages

TT-08150

This change is not allowed while the replication agent for database database_name is running. Please stop the replication agent to perform this change.


Cause

You attempted to use an ALTER REPLICATION statement that is not allowed while the replication agent for the database is running.


Action

Use the ttRepStop built-in procedure or the ttAdmin -repStop utility to stop the replication agent for the master and subscriber databases. Then, retry the ALTER REPLICATION statement on both master and subscriber databases. You can restart the replication agent with the ttRepStart built-in procedure or the ttAdmin -repStart utility. For more information on replication scheme changes, see Altering a Classic Replication Scheme in Oracle TimesTen In-Memory Database Replication Guide. For more information on the ttRepStop built-in procedure, see ttRepStop in the Oracle TimesTen In-Memory Database Reference. For more information on the ttAdmin utility, see ttAdmin in the Oracle TimesTen In-Memory Database Reference.


Additional Information

TimesTen cannot perform the specified ALTER REPLICATION statement.