Error
Error Code:
ORA-28279
Oracle ORA-28279: LDAP Configuration Issue
Description
The ORA-28279 error indicates a problem with the `ldap_directory_access` initialization parameter. This error typically occurs during database startup or when attempting to access LDAP directory services from the Oracle database.
Error Message
ORA-28279: Error reading ldap_directory_access init parameter.
Known Causes
4 known causesParameter Not Set
The `ldap_directory_access` parameter is missing from the `spfile.ora` or `init.ora` initialization file.
Incorrect Value
The `ldap_directory_access` parameter is set to an invalid value. Valid values are PASSWORD, SSL, or NONE.
Syntax Error
There is a syntax error in the `spfile.ora` file related to the `ldap_directory_access` parameter, preventing the database from reading it correctly.
SPFILE Corruption
The server parameter file (SPFILE) might be corrupt, causing issues when reading initialization parameters.
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