-
The password contains no fewer than 8 characters and does not exceed 30 characters. 长度在8-30之间
-
The password is not the same as the user name, nor is it the user name spelled backward or with the numbers 1–100 appended.
不能和用户名相同也不能把用户名倒过来,或者在用户名后面加1-100之间的数字
-
The password is not the same as the server name or the server name with the numbers 1–100 appended.
不能和数据库服务器名称相同或在后加1-100之间的数字
-
The password is not too simple, for example,
welcome1
,database1
,account1
,user1234
,password1
,oracle
,oracle123
,computer1
,abcdefg1
, orchange_on_install
.不能太简单
-
The password is not
oracle
ororacle
with the numbers 1–100 appended.不能是oracle或者在后加1-100之间的数字
-
The password includes at least 1 numeric and 1 alphabetic character.
密码至少包含1个数字和1个字母
-
The password differs from the previous password by at least 3 letters.
至少有三个字母不同于旧密码
ORA-28003:指定口令的口令验证失败
最新推荐文章于 2023-11-24 09:09:54 发布
创建用户时提示该问题,通过查阅联机文档中verify_function_11g该函数的相关要求