修改oracle密码策略
-- 查看当前用户使用的 profile 及口令策略set linesize 400
col profile for a20
col resource_name for a30
col limit for a40
SELECT profile, resource_name, limitFROM dba_profilesWHERE resource_name IN (PASSWORD_LIFE_TIME,PASSWORD_GRACE_TIME,PASSWORD_REUSE_TIME…
2026/7/2 5:15:38