Create Mapping As a Flat File Source [message #597398] |
Fri, 04 October 2013 07:05 |
Nice123
Messages: 4 Registered: October 2013 Location: Karachi, Pakistan
|
Junior Member |
|
|
Hi,
I'm new to OWB, my first project is to load data through flat file to oracle.
step i follow is,
=>Create Flat File Module
=>Create Location Directory
=>Create Flat File
=>Create External Table (Synch with my Flat File)
=>Create Mapping (Simple External Table mapped to table operator)
=>Create and bind table Operator
Mapping successfully deployed and but when i want to run it gives me following Error
ORA-29913: error in executing ODCIEXTTABLEOPEN callout
ORA-29400: data cartridge error
KUP-04040: file IPDirectory.txt in FLAT_FILE_MOD_LOC_0 not found
When I directly mapped flat file to Table in mapping it gives another error
RPE-01013: SQL Loader reported error condition, number 4.
SQL*Loader-522: lfiopn failed for file (\\sfs\Analytics\Reference\SIMPLE_MAP.log)
I mention here that im working on my pc with OWB Client not on server and want to load data through flat file which is on my pc or on our sharing drive.
Please help me on this issue
Regards
[Updated on: Fri, 04 October 2013 07:06] Report message to a moderator
|
|
|
|
Re: Create Mapping As a Flat File Source [message #597578 is a reply to message #597494] |
Mon, 07 October 2013 00:39 |
Nice123
Messages: 4 Registered: October 2013 Location: Karachi, Pakistan
|
Junior Member |
|
|
Thanks for you reply,
is there any solution to upload file as a source which exist in the shared drive (Not on database server),this is because we can not create any file on database server that's why we create an shared folder which is accessible from server very easily and create directory based on that shared folder and read write privileges granted to oracle database user but still have same error.
|
|
|
|
|
|
Re: Create Mapping As a Flat File Source [message #597636 is a reply to message #597631] |
Mon, 07 October 2013 04:41 |
Nice123
Messages: 4 Registered: October 2013 Location: Karachi, Pakistan
|
Junior Member |
|
|
I already use use this if you see my given error after map directly to flat file
RPE-01013: SQL Loader reported error condition, number 4.
SQL*Loader-522: lfiopn failed for file (\\sfs\Analytics\Reference\SIMPLE_MAP.log)
"\\sfs\Analytics\Reference\"
But it Doesn't work.
|
|
|
|