Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,777

    Re: Oracle cursor will not close

    And while you are at it, can you post your prepSql(conn, query); method?
  2. Replies
    9
    Views
    1,777

    Re: Oracle cursor will not close

    Ok. Maybe we can be creative. You might be able to do something like setting up a cache or something and adding the ResultSets to the cache each time you create them. Then, at the end of your...
  3. Replies
    9
    Views
    1,777

    Re: Oracle cursor will not close

    Well I'm only asking for debugging reasons, not as a suggestion for changing your design. For example, if the cursor goes away when the connection is closed, that would be good news. If the cursor...
  4. Replies
    9
    Views
    1,777

    Re: Oracle cursor will not close

    Out of curiosity, is there any difference if you also close (and then reopen for the next transaction) the Connection as well?
Results 1 to 4 of 4