sqlldr [message #361712] |
Thu, 27 November 2008 12:16 |
sphinx18
Messages: 2 Registered: April 2008
|
Junior Member |
|
|
i created the button in my form9i for loaddata
and created trigger when-button-press my code is
begin
host ('cmd');
end;
it call command.
c:\
i key word like this
c:\sqlldr
the message is
"message 2100 not found; No message file for product=rdbms"
but when i run cmd out of form
c:\sqlldr
is o.K.
i don't know why,pls tell me
what is the solution?
|
|
|
Re: sqlldr [message #361715 is a reply to message #361712] |
Thu, 27 November 2008 12:37 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Create a batch script that set all necessary variables (ORACLE_HOME...) and your sqlldr command and call it.
Regards
Michel
|
|
|