posted 17 years ago
Rafael,
<also posted in JIRA>
I have fixed this issue (in my environment) by using two steps.
1) installed the latest Oracle Driver 10g 10.2.0.2 (for Solaris x86)
2) changing the method writeBlobUTF16BinaryStream in net.jforum.dao.oracle.OracleUtils as follows.
A note: this code relies on the 10g driver as the 9i driver doesn't seem to like the truncate() call. I didn't look too closely and went for the quickest fix here.
[originally posted on jforum.net by ewise]