apromise
1、查看密码有效天数
select * from dba_profiles s where s.profile=\'DEFAULT\' AND resource_name=\'PASSWORD_LIFE_TIME\';
2、设置密码永久有效
alter profile default limit password_life_time unlimited;

分类:

技术点:

相关文章:

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