in reply to
Re^2: using stdin with sqlldr
in thread
using stdin with sqlldr
Sorry, looks like I was wrong about not supporting stdin. Take a look at:
http://www.orafaq.com/usenet/comp.databases.oracle.tools/2006/01/09/0060.htm
. In essence, you can use DATA="-" on the command line, or INFILE="-" in the control file.
Comment on
Re^3: using stdin with sqlldr
In Section
Seekers of Perl Wisdom