Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 1 of 1

Thread: sqlfetchrows - data loss

  1. #1
    Junior Member
    Join Date
    Jul 2006
    Posts
    13

    Angry sqlfetchrows - data loss

    Beware of this demon-posessed sc.ini parameter!


    When this parameter is switched on, terrible things happen. Data is not displayed, and sometimes lost.

    STR:
    - OOB system with the numbers file mapped out to ORACLE
    - sqlfetchrows:500
    - database manager - true query on numbers file
    - modify columns - add prefix and length to the QBE list
    - take the last record ('knownerror'), remove its prefix and length
    - return to the QBE

    All of a sudden, all the prefixes and lengths are gone.

    We've also seen cases where not all records are being fetched into the QBE. Either way, data is lost.

    We've done a SQL*Net trace, it seems the data is fetched from Oracle OK, but SC loses its marbles looping through the OCI record buffer.

    As a workaround, you can switch off sqlfetchrows. The data will be good, but SC will do at least one SQL*Net round trip per record fetched. For us, this implies a major performance issue.


    http://forums11.itrc.hp.com/service/...readId=1047842
    Last edited by elvo; 2008-02-13 at 12:13. Reason: added link

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts