select * from dba_profiles s where s.profile=‘DEFAULT’ and resource_name=‘PASSWORD_LIFE_TIME’;
alter profile default limit password_life_time unlimited;
参考链接:https://www.cnblogs.com/xgxhellboy/archive/2013/06/14/3135005.html
来源:CSDN
作者:Jackson_Wzx
链接:https://blog.csdn.net/weixin_40720406/article/details/104903527