github laurenz/oracle_fdw ORACLE_FDW_0_9_3
Release 0.9.3

pre-release10 years ago

Enhancements:

  • Add support for PostgreSQL data type uuid.

Bugfixes:

  • After an error message, calls to the foreign server result in this error:

    error connecting to Oracle: OCITransStart failed to start a transaction
    ORA-01453: SET TRANSACTION must be first statement of transaction
    

    The problem is that the previous transaction was not closed.
    This used to go unnoticed, the problem now becomes manifest because we explicitly start a serializable transaction.
    Per reports from Keith Fiske and Bruno Voigt.

Don't miss a new oracle_fdw release

NewReleases is sending notifications on new releases.