Problem on reading huge string from CLOB field in Unicode mode

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Leonid
Posts: 24
Joined: Wed 26 Oct 2005 12:59

Problem on reading huge string from CLOB field in Unicode mode

Post by Leonid » Tue 18 Sep 2007 10:47

I am using last OraDirect.Net release 3.55.24 in my .Net application and Oracle 9.2.0.4. Connection parameters Direct=true, Unicode=true. I have a table with field of CLOB type. The value of the field is a huge XML. When I am reading this XML from DB with return parameter of stored procedure I am receiving this XML cut when it's length exceed 5000 chars. When I am changing Unicode=false everything works fine.
Please investigate this problem and find some way to fix it.
I have sent small example to demonstrate the problem to [email protected].
Regards
Leonid

Leonid
Posts: 24
Joined: Wed 26 Oct 2005 12:59

Post by Leonid » Wed 19 Sep 2007 09:04

Do you have any news about this issue?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 19 Sep 2007 09:28

I've received your project.
Look forward to the reply.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 21 Sep 2007 07:34

The problem is fixed.
Look forward to the next build.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 29 Oct 2007 07:26

OraDirect .NET 3.55.25 is available for download now!

Post Reply