select username , profile from dba_users

查询密码过期策略
select * from dba_profiles s where s.profile='DEFAULT'
AND resource_name='PASSWORD_LIFE_TIME'

修改密码永不过期
ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED

相关文章:

  • 2021-11-28
  • 2021-06-04
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2021-12-19
  • 2021-11-20
  • 2022-12-23
  • 2021-11-20
  • 2021-11-20
相关资源
相似解决方案