ORA-00121 : MTS_SERVERS specified without MTS_DISPATCHERS

Friday, March 21st, 2008

Cause : A definition for MTS_SERVERS was specified in the INIT.ORA file, but no definition for MTS_DISPATCHERS was specified. Without a value for MTS_DISPATCHERS, shared servers will never be used.
Action : Add a definition for MTS_DISPATCHERS in the INIT.ORA file (or take out the definition for MTS_SERVERS, if MTS is not being used).

Popularity: 16% [?]

ORA-00117 : value out of range for system parameter MTS_SERVERS

Friday, March 21st, 2008

Cause : The specified value of the MTS_SERVERS parameter is incorrect.
Action : MTS_SERVERS must be greater than or equal to 0 and less than or equal to the value of MTS_MAX_SERVERS.

Popularity: 7% [?]

ORA-00111 : no servers started because number of servers is limited to string

Friday, March 21st, 2008

Cause : An attempt was made to start more servers than the maximum number specified by the system parameter MTS_MAX_SERVERS.
Action : Increase the value of the MTS_MAX_SERVERS initialization parameter as needed or re-issue the ALTER SYSTEM SET MTS_SERVERS command with an appropriate number of servers.

Popularity: 12% [?]

Close
E-mail It