running sql loader with HOST command
527908Aug 13 2007 — edited Aug 16 2007i want to run sql loader utility through HOST command in oracle 10g...
i wrote following code for that but its not working...
host('c:');
host('sqlldr userid=abc/zzzi@orcl control=ami.ctl');
...above thing is working fine on command prompt... but i want to run this command from forms for which i am using HOST command......
its not showing any error message... just command window opens and get closed...