smartbi config配置数据库连接,报获取数据库连接失败 ORA-28001: the password has expired 密码超时
登录数据库服务器,使用 sqlplus / as sysdba命令,进入oracle数据库
使用:select * from dba_profiles where profile='DEFAULT' and resource_name='PASSWORD_LIFE_TIME';
语句查看密码的有效天数为180天,也就是六个月
使用:alter profile default limit password_life_time unlimited; 命令改为永久生效
验证
进行以上步骤之后需要改变密码,否则还会出现password has expired异常
标签:数据库,28001,Smartbi,password,expired,连接,ORA From: https://www.cnblogs.com/hjj1215/p/17762535.html