ORA-28293: No matched Kerberos Principal found in any user entry
Cause: Oracle server fails to find the principal in the user search base
Action: Make sure the user search base is correct. Use ESM to configure the enterprise user its Kerberos principal name
。
ORA-28293:在任何用户条目中未找到匹配的Kerberos主体。
ORA-28293表示未找到与指定Kerberos主体配置在任何数据库用户中的匹配项。
1. 如果您指示Oracle认证Kerberos主体,但Kerberos主体未在任何用户条目中指定,则ORA-28293可能会出现。
2. 在尝试从Kerberos配置的数据库中检索数据时,如果Kerberos主体与用户条目不匹配,则也会出现ORA-28293错误。
1. 首先,确保您拥有正确的Kerberos主体,其中Kerberos主体必须在数据库中指定,才能检索和操作数据。
2. 然后确保指定的Kerberos主体与数据库中指定的用户条目匹配,这样才能登录和查询数据。
3. 如果要在Kerberos配置的环境中使用Kerberos用户,则需要完整配置Kerberos身份验证,以正确连接和验证Kerberos用户,而无需任何凭据。