Oracle Error Message
ORA-01531: a database already open by the instance
Reason for the Error
During ALTER DATABASE, an attempt was made to open a database on an instance for which there is already an open database.
Solution
If you wish to open a new database on the instance, first shutdown the instance and then startup the instance and retry the operation.