SQL Loader silent on direct path [message #169231] |
Tue, 25 April 2006 18:05 |
dandormont
Messages: 12 Registered: April 2006
|
Junior Member |
|
|
I am running SQL*Loader, and because I am calling it from an external program, specifically a Java program, I need it to send absolutely nothing to standard output (I'm on Windows, Oracle client 9.2.0.1). When I invoke sqlldr like so:
sqlldr somename/somepass testtbl.ctl rows=200 silent=all
then as expected nothing gets printed. But if I add "direct=true", it prints things like "Save data point reached - logical record count 200" even though I have set silent mode. Any way to fix this?
thanks
|
|
|
|
|
|