Oracle Error ORA-01101: database being created currently mounted by some other instance

Oracle Error Message

ORA-01101: database being created currently mounted by some other instance

Reason for the Error

Some other instance has the database of same name currently mounted and you are trying to create it.

Solution

Either change the database name or shutdown the other instance.