14. Understanding Multiversion Concurrency Control : Disable MVCC
 
Share this page                  
Disable MVCC
By default, MVCC is enabled for all existing and newly created databases.
To disable MVCC for a database, issue the following command:
alterdb -disable_mvcc
Requests for MVCC lock levels are rejected the next time the database is opened.
To re-enable MVCC for a database, issue the following command:
alterdb -enable_mvcc