Error
Error Code:
ORA-28278
Oracle Error ORA-28278: Missing Policy
Description
This error indicates that the Oracle database lacks a defined security policy for password-authenticated GLOBAL users. It typically occurs when attempting to authenticate a global user without a corresponding domain policy configured.
Error Message
ORA-28278: No domain policy registered for password based GLOBAL users.
Known Causes
3 known causesMissing orclDBAuthTypes Attribute
The `orclDBAuthTypes` attribute is not defined for the database server's Enterprise domain, which specifies allowed authentication methods.
Incorrect Domain Configuration
The database server is associated with the wrong Enterprise domain, or the domain configuration is incomplete.
Policy Not Propagated
Changes to the Enterprise domain policy haven't been fully propagated to the database server.
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