Before you begin
Stop all POM servers and stop vpms services.
After you create a database or after you run the installDB.sh script, set the value of the READ_COMMITTED_SNAPSHOT parameter to ON.
To run the installDB.sh script, run the following command:
ALTER DATABASE <database_name> SET READ_COMMITTED_SNAPSHOT ON
You can run the command on an SQL prompt.