TT-03236
Waiting for SQL commands to transition cannot be done with database level locking
Cause
You attempted to change the enhanced write concurrency mode in a database with database level locking.
Action
Consider disabling database level locking with the ttLockLevel built-in procedure. Then, retry changing the mode of the ttDbWriteConcurrencyModeSet built-in procedure. For more information on database level locks, see Locking Granularities in Oracle TimesTen In-Memory Database Operations Guide.
Alternatively, consider setting the wait parameter of the ttDbWriteConcurrencyModeSet built-in procedure to 0. Then, retry changing the mode of the ttDbWriteConcurrencyModeSet built-in procedure.
Additional Information
The enhanced write concurrency mode cannot be changed.