OracleScript

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
benbahrenburg
Posts: 25
Joined: Mon 02 Oct 2006 19:15

OracleScript

Post by benbahrenburg » Fri 13 Apr 2007 17:10

Hello,
I'm noticing that when I load a large script into the OracleScript object that the memory is not cleared. Is there a close or other similar function that I can call to clear the memory after loading this large object? The dispose doesn't seem to clear the memory fast enough ( waiting for GC to come ). Is there any method to perform a faster deallocation?

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

Post by Alexey » Mon 16 Apr 2007 14:14

I suppose streaming support in OracleScript will help you. It is supported in OraDirect .NET 4.0 beta. Check it out.

benbahrenburg
Posts: 25
Joined: Mon 02 Oct 2006 19:15

Post by benbahrenburg » Mon 16 Apr 2007 23:45

What is the projected timeline for 4.0 to be finalized?

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

Post by Alexey » Tue 17 Apr 2007 06:45

End of this month.

Post Reply