文档解释
ORA-47985: password same as or similar to user
Cause: The password specified similar to the user account name and therefore insecure
Action: Please specify the more complex password and retry the operation
ORA-47985 错误表明数据库服务器提示用户名和密码不能匹配,可能是因为用户输入的用户名和密码属于相同或者相似的二者,所以服务器无法找到正确的用户信息。在Oracle官方文档界,该错误代码是ORA-01017,错误消息为:invalid username/password; logon denied。
官方文档建议若遇到ORA-47985的情况,可以重新输入正确的用户名和密码。为了防止出现这种情况,在创建用户或者更改密码时,一定要制定用户名和密码之间有足够大的差异,以防止输入错误。