Oracle Error ORA-00306: limit of string instances in this database

Oracle Error Message

ORA-00306: limit of string instances in this database

Reason for the Error

Starting this instance would exceed the database’s maximum number of instances allowed. This message only appears when STARTUP shared and multiple instances are used.

Solution

You can’t start more than the lower of a) the port-specific limit for the number of instances or b) the number of instances specified during the create-database process.