ORA-00121 SHARED_SERVERS specified without DISPATCHERS
March 20th, 2009
Description:
ORA-00121 SHARED_SERVERS specified without DISPATCHERS
Cause:
A definition for SHARED_SERVERS was specified in the initialization parameter file, but no definition for DISPATCHERS was specified. Without a value for DISPATCHERS, shared servers will never be used.
Add a definition for
DISPATCHERSin the initialization parameter file (or remove the definition forSHARED_SERVERS, if shared servers are not being used).