ORA-28001: the password has expired Smartbi配置数据连接

发布时间 2023-10-13 16:55:23作者: 瘦瘦的猴子

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异常