Exception: OCIException

Inherits:
StandardError
  • Object
show all
Defined in:
ext/oci8/error.c,
ext/oci8/error.c

Overview

The superclass for all exceptions raised by ruby-oci8.

The following exceptions are defined as subclasses of OCIException These exceptions are raised when Oracle Call Interface functions return with an error status.

  • OCIBreak

  • OCIContinue

  • OCIError

    • OCISuccessWithInfo

    • OCINoData (It had been a subclass of OCIException, not OCIError, until ruby-oci8 2.0)

  • OCIInvalidHandle

  • OCINeedData

  • OCIStillExecuting