Correcting Inconsistency Problems. The most common method to eliminating consistency issues is locking. The Database Management System (DBMS) can use the locking functions provided by the operating system so that numerous processes can synchronize their concurrent access to the shared resources. A lock can be granted to several processes, however a given object cannot be locked simultaneously in shared as…