Hi, I have an application that generates a unique id that goes into a oracle db. the id is being generated with MD5CryptoServiceProvider. There are some instances of duplicate ids n the oracle db. Is this because of the way the code may be writen, or if the code is properly writen, can this id be unique even though it is possible one of 3 different applications could be running on different servers.
Start Free Trial