TimesTen Error Messages

TT-08144

Duplicate not permitted. Reason: error_message. Duplicate is only permitted from the ACTIVE database to the STANDBY database, from the STANDBY database to a SUBSCRIBER, or from the ACTIVE database to a SUBSCRIBER if the STANDBY database has failed


Cause

You attempted to duplicate a subscriber database from a database that is not the standby. Subscriber databases in a active standby pair can be duplicated only from the standby database or from the active database when the standby database is in a FAILED state.


Action

Ensure you are on the standby database and use the ttRepStateGet built-in procedure to check the replication state of the database. If the database is in the FAILED state, set the standby database to FAILED by calling ttRepSubscriberStateSet('FAILED') on the active database. Then, retry the operation from the active database. For more information on the ttRepStateGet and ttRepStateSet procedures, see ttRepStateGet in Oracle TimesTen In-Memory Database Reference.


Additional Information

TimesTen cannot complete the operation.