Unable to change PASSWORD_VERSIONS of SYS account to "12C"
Hi,
I am running Oracle Database 19c Enterprise Edition.
I have set the sqlnet.ora parameter SQLNET.ALLOWED_LOGON_VERSION_SERVER
to 12a
I've changed all users to have PASSWORD_VERSIONS set to 12C except the SYS user. How can I make the SYS user have a 12c PASSWORD_VERSIONS? I tried alter user sys identified by .... but for some reason the PASSWORD_VERSIONS column in DBA_USERS for SYS never changes.
Thanks.