I am spawning sqlldr from our windows application to load a fairly large table. When loading from a
delimited file, I can specify the row/buffer sizes such that the commit occurs every thousand records or so. However, when I tell sqlldr to read from a named pipe, it commits much more frequently and performance is very low. This is surprising because of the many references in forums and ...