文档解释
ORA-28177: incorrect Kerberos ticket version
Cause: the version of Kerberos ticket provided by the proxy user to authenticate a client user does not match the version that is required.
Action: Provide a Kerberos ticket of the correct version.
ORA-28177: incorrect Kerberos ticket version
ORA-28177: 错误的Kerberos票据版本
官方解释
ORA-28177 错误消息发出,当使用Kerberos身份验证时,数据库检测到票据不通过证明是受保护的Kerberos协议(PVXY)的现行版本。
常见案例
如果客户端使用旧版本票据,而数据库正在使用支持PVXY协议的更高的版本,则可能会发出ORA-28177错误消息。
一般处理方法及步骤
1.可以将所有客户端系统升级到最新版本,以获得最新的Kerberos票据,其中应包括所有的安全性补丁和功能。
2.如果客户端无法升级,则需要降低服务器上使用的Kerberos PVXY协议版本到当前系统可支持的最低级别。