Error
Error Code: ORA-28058

Oracle Error ORA-28058: Proxy Login Required

📦 Oracle Database
📋

Description

The ORA-28058 error indicates an attempt to directly connect to an Oracle Database account that is configured for proxy-only connections. This means the user is restricted from logging in directly and must connect through a proxy user.
💬

Error Message

ORA-28058: login is allowed only through a proxy
🔍

Known Causes

2 known causes
⚠️
Proxy-Only Account
The target database account is specifically configured to only allow connections via a proxy user, enhancing security.
⚠️
Direct Connection Attempt
The user is attempting to connect directly to the proxy-only account instead of connecting through a designated proxy user.
🛠️

Solutions

Coming Soon

Detailed step-by-step solutions for this error are being prepared. In the meantime, try these general troubleshooting tips:

General 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