How to fix expired RCU Database password for OAC (Doc ID 2352213.1)
select username,ACCOUNT_STATUS,EXPIRY_DATE, profile from dba_users where username like ‘SP464642756%’;
select name,password from sys.user$ where name=’DEV_OPSS’;
DEV OPSS
EDE7AC375659B3E4
alter user DEV_OPSS identified by values ‘EDE7AC375659B3E4’;