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 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 How to: Create Connections to Oracle Databases.

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: Find Out More About an Exception with the Exception Assistant

Reference

OracleException