摘要: 1.查看open用户 select username,account_status,expiry_date,profile from dba_users; 2.查看目前密码过期策略 select * from dba_profiles s where s.profile=’DEFAULT’ and 阅读全文
posted @ 2019-03-02 12:15 忆殇314 阅读(214) 评论(0) 推荐(0) 编辑