Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PRGO-01239

specified server pool "{0}" has a maximum size "{1}" too large for single instance database {2}

Cause

An attempt to create a single instance database failed because a server pool with maximum size greater than one server was specified.


Action

Specify a different server pool with maximum size of one, or modify the specified server pool using the command 'srvctl modify srvpool' with '-max 1' option to have at most one server.