ORA-00121 : MTS_SERVERS specified without MTS_DISPATCHERS
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: 17% [?]


