ORA-00105 : dispatching mechanism not configured for network protocol
Cause : An attempt was made to alter the dispatcher’s configuration network protocol that was not specified in the INIT.ORA file.
Action : Do one of the following:
- Include the network protocol in the definition for the MTS_DISPATCHERS initialization parameter and restart the system.
- Use the ALTER SYSTEM SET MTS_DISPATCHERS command with network protocol that exists in the initialization parameter file.
Popularity: 9% [?]


