I did some tests more!
I inserted one row with PL/SQL-Developer and queried the content of it with dump(t.country,1017):
Typ=1 Len=13 CharacterSet=AL32UTF8: c3,96,s,t,e,r,r,e,i,c,h, ,2
The query of the data imported with DirectPathLoader results:
Typ=1 Len=10 CharacterSet=AL32UTF8: d6,s,t,e,r,r,e,i,c,h
Is it possible that I have to convert the data before DirectPathLoader import them?
Kind regards
William