Dear
Try this. Execute the following in a SQL window started by a userid that has been granted the USER ADMIN system privilege:
ALTER USER XXXXX VALID FROM NOW UNTIL FOREVER;
You can use a date instead of FOREVER --- '2016-12-31 23:59'.
Regards
Dear
Try this. Execute the following in a SQL window started by a userid that has been granted the USER ADMIN system privilege:
ALTER USER XXXXX VALID FROM NOW UNTIL FOREVER;
You can use a date instead of FOREVER --- '2016-12-31 23:59'.
Regards