in reply to Re: streaming a .ctl file into sqlldr with perl
in thread streaming a .ctl file into sqlldr with perl

Hi, I didn't need to create a named pipe. The above code worked for me. I started sqlldr as a file handle and wrote to it like a file. The only addition that was made was a pipe in front of the sqlldr process call in the open function. So yes I guess it does open a pipe, just not the way I thought it would.
  • Comment on Re^2: streaming a .ctl file into sqlldr with perl