Error
Error Code:
ORA-28270
Oracle Error ORA-28270: Malformed Nickname
Description
The ORA-28270 error indicates that the nickname provided for a password-authenticated global user is invalid. This typically occurs during login attempts when the specified nickname doesn't conform to the expected format or contains invalid characters. The error prevents successful authentication.
Error Message
ORA-28270: Malformed user nickname for password authenticated global user.
Known Causes
3 known causesInvalid Nickname Format
The nickname doesn't adhere to the naming conventions defined by Oracle. This might include incorrect length or prohibited characters.
Typographical Error
A typo in the nickname during login can cause it to be interpreted as malformed.
Incorrect Realm Configuration
The realm configuration might be expecting a specific format for global user nicknames that isn't being met.
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