run sqlldr in forms [message #72116] |
Wed, 12 March 2003 03:49 |
radia
Messages: 2 Registered: September 2002
|
Junior Member |
|
|
hi,
I would like to run command (sqlldr) but in client.
I have installed oracle8i in a machine and developer2000 in another machine (client/server architecture).
I work with forms, and I have to use sqlldr command but I don't know how to use it in forms especialy.
thanks
|
|
|
Re: run sqlldr in forms [message #72236 is a reply to message #72116] |
Mon, 21 April 2003 04:48 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
You can write a trigger that uses the HOST() built-in:
host('[path to executable file]/[file name] [param1] [param2]');
BTW: Remember that any host commands you execute via webforms will execute on the apps server and not the client.
Best regards.
Frank
|
|
|