Need to modify the account_status of the oracle maintained schema only account in 19c(19.0.0.0)
I have manually upgraded the oracle database 11g(11.2.0.4) to oracle 19c(19.0.0.0).
As per Oracle 19c docs , Because of this new feature, default accounts that are changed to schema-only accounts become unavailable for password authentication. The benefit of this feature is that administrators no longer have to periodically rotate the passwords for these Oracle Database-provided schemas. This feature also reduces the security risk of attackers using default passwords to hack into these accounts.
Now all oracle maintained change to schema only account and it's account status is "locked" in 19c.
Now my requirement are, there way where we can change the schema only user account status to "Expired & Locked" instead of "locked" ?