To set the xelsysadm password to never expire, log into the database as the OIM schema owner and execute:
update usr set usr_pwd_warn_date=null, usr_pwd_expire_date=null,
usr_pwd_never_expires='1' where usr_login='XELSYSADM';
commit;
You can do this for any user.
No comments:
Post a Comment