<div dir="ltr"><div>Hi all, <br></div><div><br></div><div>I've got a database with a CLOB column containing "abcdefgáéíóúøå"</div><div><br></div><div>I'm using the TOracleConnection to select this data and it comes back corrupted "abcdefgáéí�"</div><div><br></div><div>This only happens when using a CLOB. If I put the same data in a VARCHAR2 or NVARCHAR2 the results are correct.</div><div><br></div><div>The OCILobGetLength in the procedure TOracleConnection.LoadBlobIntoBuffer returns 14. This is the number of characters in the string, but it is not taking the double-byte characters into account. The length in the case should be 21.</div><div><br></div><div>Is this a known issue?</div><div><br></div><div>Many thanks,</div><div>Dave<br></div><div><br></div></div>