Tag Archives: Sterling oms oracle

How do I turn off Oracle password expiration

How do I turn off Oracle password expiration Login to Oracle database (Oracle 11g Express Edition) using SQL developer with system user id and password Run below query’s alter profile DEFAULT limit PASSWORD_REUSE_TIME unlimited; alter profile DEFAULT limit PASSWORD_LIFE_TIME  unlimited; Run below query’s : To reset password one more time alter user <OMS DB User… Read More »