ORA-28274: No ORACLE password attribute corresponding to user nickname exists.
Cause: LDAP user entry corresponding to user nickname does not have a ORACLE password attribute or the attribute is not initialized.
Action: Make sure user entries in LDAP are correctly provisioned with correct ORACLE password attribute values.
ORA-28274:没有与用户昵称对应的ORACLE密码属性。
1)使用了DBMS_NETWORK_ACL_ADMIN.Create_Proxy或DBMS_NETWORK_ACL_ADMIN.Set_Proxy_Password时没有提供正确的用户昵称
2)ORACLE数据库中用户的密码属性尚未设置
3)提交的用户昵称与ORACLE用户昵称不一致
正常处理的步骤是:
1)检查提交的参数传递是否正确,与ORACLE数据库中的用户名匹配
2)确认ORACLE数据库中的密码属性是否已经设置
3)检查与ORACLE数据库中的用户名和密码是否匹配
4)使用DBMS_NETWORK_ACL_ADMIN.Set_Proxy_Password设置用户密码
5)重新提交查询。