How to map datafile from template form as client machine [message #136730] |
Fri, 09 September 2005 13:17 |
mono2005
Messages: 1 Registered: September 2005
|
Junior Member |
|
|
Hi,
I created a process from template form using the FNDLOAD for load data ona table with a SQL*Loader and it works fine when de datafile is on the server but whe the datafile is on client machine ( runinig xp )does not work.
Our server is on unix
RDBMS : 8.1.7.3.0
Oracle Applications : 11.5.5
I used the following parameter:
C:\Datafile_Name
and I got SQL*Loader-500: Unable to open file C:Datafile_Name (Without \ )
HP-UX error: 2: No such file or directory
OR With argument //IP_MAchine/Datafile_Name
I got SQL*Loader-500: Unable to open file //IP_MAchine/Datafile_Name
HP-UX error: 2: No such file or directory
OR With argument \\IP_MAchine\Datafile_Name
I got SQL*Loader-500: Unable to open file IP_MAchineDatafile_Name (Without \ )
HP-UX error: 2: No such file or directory
If anyone faced this before, Please let me know how to do it, or if it is not possible, maybe how to upload the data file using the template form from client machine by program.
Thanks in advance.
Regards,
Alfredo GarcĂa
algarcia@chihuahua.gob.mx
|
|
|