Regarding hidden parameter "_enable_ptime_update_for_sys" and SYS user expiry_date
I upgraded a 12.2 database running on RHEL 7.9 to 19c (19.3 specifically and the db has since been patched through 19.14). I used DBUA to do so.
While running the 12.2 database we were using the hidden parameter to "fix" the issue with the SYS user expiry_date (per MOS 28538439.1)
However, per the preupgrade information tool ($ORACLE_HOME/rdbms/admin/preupgrade.jar) it was advised to remove hidden parameters prior to upgrading. In my specific case, the tool identified 4 parameters of which "_enable_ptime_update_for_sys" was one.
Now that I have removed this parameter, the issue with the SYS user expiry_date has returned. Can anyone advise? All MOS searches I've done to date always lead me back this parameter. Also, I found no indication in the "post upgrade" items this parameter should be reinstated.