Oracle Error ORA-12333: database (link name string) is not mounted

Oracle Error Message

ORA-12333: database (link name string) is not mounted

Reason for the Error

You attempted to open a database that has not been mounted.

Solution

Mount the database with the ALTER DATABASE MOUNT command, then re-attempt to open the database.