The specified SMB service password is invalid.You must exclude any commas(,),single quotes(‘),or quotation marks(“)in the service password and try again later.|{"cnDescription":"您的SMB服务密码中包含逗号、单引号或者双...
The specified parameter"AccountPassword"is not valid.|{"enDescription":"The password of the account is invalid.The password must be 8 to 32 characters in length and must contain at least three of the following character ...
密码长度8-64位,须同时包含大写、小写字母、数字、特殊字符中的任意三种,不能含有账号|{"enTranslateStatus":true,"jpTranslateStatus":false,"enDescription":"The password must be 8 to 65 characters in length and must contain at ...
一、忘记除SYS、SYSTEM用户之外的用户的登录密码。用SYS(或SYSTEM)用户登录:CONN SYS/PASS_WORD AS SYSDBA;使用如下语句修改用户的密码:ALTER USER user_name IDENTIFIED BY"newpass;注意:密码不能全是数字。并且不能是数字开头。否则会...