Error
Error Code:
ORA-28227
Oracle ORA-28227: Admin Rollover Unsupported
Description
This error occurs when attempting to grant an administrative privilege to a user whose password profile uses gradual password rollover (PASSWORD_ROLLOVER_TIME is non-zero). Gradual password rollover is incompatible with administrative user accounts in Oracle Database.
Error Message
ORA-28227: Gradual password rollover is not supported for administrative users.
Known Causes
3 known causesRollover Enabled for Admin
An administrative user's password profile has a non-zero PASSWORD_ROLLOVER_TIME setting, which is not allowed.
Granting Admin Privilege
You are attempting to grant a privilege like DBA, SYSDBA, or SYSOPER to a user with an incompatible password profile.
Conflicting Profile Settings
The user's password profile is configured for gradual password changes, conflicting with the requirements for administrative accounts.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service