Page 1 of 1

OracleLoader hangs when close is called.

Posted: Mon 10 Nov 2008 16:04
by martyphee
When I call close on the OracleLoader after loading 10k rows it just hangs for 10-20 seconds or better.

Why is that?

Posted: Mon 17 Nov 2008 09:22
by Shalex
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.