Search This Blog

Tuesday, October 8, 2013

OIM How-To set the xelsysadm password to never expire


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