ALTER PROFILE SECURITY_VERIFY LIMIT PASSWORD_LIFE_TIME UNLIMITED;
ALTER PROFILE SECURITY_VERIFY LIMIT PASSWORD_GRACE_TIME UNLIMITED;
ALTER USER TEST IDENTIFIED BY 112233;
SELECT username,PROFILE FROM dba_users where username like 'TEST%';
SECURITY_VERIFY
select * from dba_users where username='TEST';
相关文章
- 01-27ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
- 01-27Error generating final archive: Debug certificate expired on xxxxxx(日期)(Android工程上有个叉)...
- 01-27telinit:Did not receive a reply.Possible causes include:the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired
- 01-27ORA-00054:resource busy and acquire with NOWAIT specified or timeout expired(锁表解决方法)
- 01-27Launch timeout has expired, giving up wake lock
- 01-27How to delete expired or obsolete archvielog files.
- 01-27RMAN中的expired和obsolete的真相
- 01-27ORA-28001: the password has expired (DBD ERROR: OCISessionBegin) EM无法登录
- 01-27Data Protection - how to manage expired key?(转载)
- 01-27ORA-28001: the password has expired解决方法