OracleLoader hangs when close is called.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
martyphee
Posts: 8
Joined: Fri 27 Jun 2008 19:13

OracleLoader hangs when close is called.

Post by martyphee » Mon 10 Nov 2008 16:04

When I call close on the OracleLoader after loading 10k rows it just hangs for 10-20 seconds or better.

Why is that?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 17 Nov 2008 09:22

When you invoke the Close() method, the last records block is sent to the server (if there was only one block, it is the sending block). OracleLoader is closing with calling the OCI function. Delay can be caused by OCI.

Post Reply