ORA-00306 : limit of string instances in this database
Cause : Starting this instance would exceed the maximum number of instances allowed for this database. This message occurs only with STARTUP shared and multiple instances.
Action : You cannot start more than the lower of:
- the operating system-specific maximum or
- the number of instances specified by the MAXINSTANCES option specified in the CREATE DATABASE statement
Popularity: 11% [?]


