Share via


Troubleshooting Exceptions: System.Data.OracleClient.OracleException

An OracleException exception is generated when a warning or error is returned by an Oracle database or the .NET Framework Data Provider for Oracle.

Associated Tips

  • Verify that you are connecting with valid credentials.
    Make sure that the credentials you are supplying are valid. For more information, see Add/Modify Connection (Oracle).

  • Verify that the server name is correct and that the server is running.
    Make sure that you are using the correct server name, and that the server can be reached. For more information, see Add/Modify Connection (Oracle).

Remarks

This exception is thrown whenever the OracleDataAdapter encounters an error generated by the server.

If the severity of the error is too great, the server may close the OracleConnection. However, the user can reopen the connection and continue.

See Also

Tasks

How to: Use the Exception Assistant

Reference

OracleException