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

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