文档解释 ORA-56605: DRCP: Session switching and migration not allowed Cause: Application tried to switch or migrate session
ORA-56605: DRCP: Session switching and migration not allowed
Cause: Application tried to switch or migrate session across connections.
Action: This usage is irrelevant in the Database Resident connection pooling context and is not supported. Release existing session.
ORA-56605是一种计算机数据库中一种常见的错误。它表明DRCP(Database Resident Connection Pooling)会话转换或迁移不被允许。
任何尝试从一个会话迁移到另一个会话,或者尝试从一个会话跃迁到另一个会话,都会导致ORA-56605。
1、如果我们在获取连接到池之前执行“alter session xxx”,这可能会导致ORA-56605;
2、如果一个会话尝试从一个实例切换至另一个实例,也可能出现ORA-56605的错误。
1、检查应用程序代码,确保不会尝试从一个会话转换或迁移到另一个会话;
2、为DRCP实例指定一致的系统参数(hidden_parameters)。
3、重新部署应用程序,避免在任何一次会话之间执行“alter session”;
4、使用Patches来修复潜在的DRCP Bug;
5、调整应用程序使用的连接池资源限制。
--结束END--
本文标题: ORA-56605: DRCP: Session switching and migration not allowed ORACLE 报错 故障修复 远程处理
本文链接: https://lsjlt.com/news/536044.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0