Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

running sql loader with HOST command

527908Aug 13 2007 — edited Aug 16 2007
i 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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2007
Added on Aug 13 2007
7 comments
1,408 views