摘要:
一、常用 1、常用sql 1、修改密码 alter user test identified by 123456; Windows用cmd处理下密码过期:sqlplus 用户名/密码@localhost/orcl;alter user 用户名 identified by 密码; 特殊字符修改密码:a 阅读全文
摘要:
1、密码有效期 select limit from dba_profiles where profile='DEFAULT' and resource_name='PASSWORD_LIFE_TIME'; 2、密码失效后锁定时间: select limit from dba_profiles whe 阅读全文