Thank you for the Idea but it didn't helped.
I do:
hanacloud:/csv_xchange/log # cd /
hanacloud:/ # mkdir -m 777 /csv_xchange/log/
ls -l
drwxrwxrwx 2 root root 4096 Apr 28 06:41 log
...
Then I run the SQL Command:
| IMPORT FROM CONTROL FILE '/csv_xchange/mycontrolfile.ctl' |
WITH
| THREADS 10 | |
| Batch 10000 |
;
The Controlfile looks like this:
IMPORT DATA
INTO TABLE "mySchema"."MyTargettable"
FROM '/csv_xchange/mycsvfile.csv'
RECORD DELIMITED BY '\n'
FIELDS DELIMITED BY ','
OPTIONALLY ENCLOSED BY '"'
ERROR LOG '/csv_xchange/log/myerrorfile.err'
The CSV File contains 156.020 Records, but only 156.011 Records get imported.
The Err-File gets created in the Path csv_exchange/log/ but keeps empty.
Any other suggestion?
Regards,
Mansur