Uploaded image for project: 'Commons DBCP'
  1. Commons DBCP
  2. DBCP-70

PATCH: Oracle 9i and default isolation settings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1
    • None
    • None
    • Operating System: other
      Platform: All

    • 25001

    Description

      When using default isolation levels in ctor of PoolableConnectionFactory method
      activateObject first sets readonly, then isolation. The problem is Oracle
      expects the setting of the isolation level to be the first in a transaction. The
      obvious fix, that worked for me would be to revese order, i.e.
      first set isolation then readonly. I will attach a patch for this.

      Attachments

        1. ASF.LICENSE.NOT.GRANTED--patch
          1.0 kB
          Oliver Zeigermann

        Activity

          People

            Unassigned Unassigned
            ozeigermann@c1-fse.de Oliver Zeigermann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: