ORA-24429: External authentication is not supported in this mode. ORACLE 报错 故障修复 远程处理
文档解释
ORA-24429: External authentication is not supported in this mode.
Cause: An externally authenticated session was requested from a Session Pool which does not support external authentication.
Action: Do not specify mode OCI_SESSGET_CREDEXT.
?
ORA-24429:外部认证不支持此模式。
官方解释
常见案例
一般处理方法及步骤
1) 确认您的会话是否应该使用外部认证。
2) 确认您正在使用的连接类型是否支持您所需要的认证方式。
3)检查是否已为database运行命令“alter database open”,以强制数据库处于当前切换模式。
4)检查是否在database INIT.ORA文件中正确配置了所需的外部认证方式。
5)若发生此问题,检查SQLNET.ORA文件,以确保其内容匹配您所使用的模式。
6)检查操作系统是否支持您需要使用的外部认证方式,并且已正确配置。