Uploaded image for project: 'Rave'
  1. Rave
  2. RAVE-502

Unable to load an initial_data.sql file in Oracle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.8-INCUBATING
    • 0.9-INCUBATING
    • None
    • None

    Description

      When loading an initial_data.sql file in Oracle the o.a.r.jdbc.util.DataSourcePopulator fails with an "Invalid operation for forward only resultset : first". This is because the Statement is producing a non-scrollable ResultSet.

      Fix: Create the Statement with a ResultSet.TYPE_SCROLL_INSENSITIVE flag.

      Attachments

        Activity

          People

            carlucci Tony Carlucci
            carlucci Tony Carlucci
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: