Execute sqlldr command (Sql Loader) in PL/SQL
642119May 30 2008 — edited May 30 2008Hi guys... how can I execute this prompt command via PL/SQL command?
"sqlldr *****/******@ericsson control=nrcs_atelecom.CTL rows=100000 direct=true"
I have a lot of CTL files to process loading data. So, I create a PL/SQL that run a loop reading all CTLs, but I don“t know how run, via PL, the Sql Loader.