Friday, May 20, 2011

OBIEE weblogic password_life_time MDS database

The default password life time on an Oracle 11gr2 database is a 180 days. This means that the connection to your MDS databases in the weblogic server will crash after a 180 days.

Ask your DBA to set it to a longer period FI: 3600 days (almost 10 years)

alter profile default limit password_life_time 3600;

Till Next Time

No comments: