解决方法:
1、连接到oracle会自动提示修改数据库密码;
2、如果要设置为数据库密码不过期,可以直接修改:
查看:select * from dba_profiles where profile='DEFAULT' and resource_name='PASSWORD_LIFE_TIME';
修改:alter profile default limit password_life_time unlimited;
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3