文档解释
ORA-47989: password should differ by at least 3 characters
Cause: The password specified does not differ from the previous one by more than 3 characters
Action: Please specify a password that differs from the previous one by more than 3 characters and retry the operation
ORA-47989: 密码必须至少有三个字符不同
官方解释
ORA-47989表示密码不可以太短,至少需要有三个字符不同。ORACLE要求用户创建一个“强”的字符串。
常见案例
通常在创建Oracle数据库时,强制规定密码必须有至少有三个字符不同,如果设置的密码不满足要求,那么这就是ORA-47989报错信息。
一般处理方法及步骤
1)注意密码必须大于等于8个字符。
2)尝试创建另外一个密码,确保它和之前的至少有三个字符不同。
3)如果在第一步或第二步无法解决问题的话,那么可尝试升级Oracle的数据库版本来解决ORA-47989报错。