Unexpire a user account password?
119753Jul 28 2004 — edited Jul 29 2004Anyone know if/how a user password can be unexpired?
Is it just as simple as:
UPDATE SYS.USER$
SET ASTATUS = 0, EXPTIME = NULL
WHERE NAME = 'TEST_USER';
Is this not a smart thing to try? (Could it mess things up?)