
文档解释
ORA-00127: dispatcher string does not exist
Cause: There is currently no dispatcher running with the specified name.
Action: Retry with a name of the form “D###” denoting an existing dispatcher process.
官方解释
ORA-00127: Dispatcher string does not exist
Cause: The specified database dispatcher does not exist.
ORA-00127: 指定的数据库调度程序不存在。
常见案例
当配置数据库连接池时,指定了不存在的调度程序,则会抛出ORA-00127错误。
正常处理方法及步骤
1.首先检查是否已将相关调度程序配置到数据库中;
2.如果调度程序已存在,通过show parameter dispatchers检查是否在参数列表中设置了调度程序;
3.如果调度程序不存在或未设置,执行ALTER SYSTEM SET DISPATCHERS=”语句添加调度程序;
4.最后,重启数据库使参数生效。
香港美国云服务器首选树叶云,2H2G首月10元开通。
树叶云(shuyeidc.com)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/247985.html<