Re: [Sqlrelay-discussion] ORA-01480 with long CLOBs?
Brought to you by:
mused
|
From: Alexander K. <ak-...@cy...> - 2007-11-05 12:08:48
|
Hi David, >> A quick fix is to edit src/connection/sqlrcursor/binds.C and around line >> 51, change: >> >> inbindvars[i].valuesize, >> >> to: >> >> inbindvars[i].valuesize+1, >> >> Then rebuild/reinstall. >> >> Give that a try and let me know if it fixes the problem or not. > Unfortunately, that did not help :-( Any other ideas? Just checking whether you have any other ideas for solving this problem. I am happy to help debugging it as we would really like to use sqlrelay in our project ... Best regards, Alex |