Selam , .csv dosya formatındaki veriyi sql loader ile veri tabanına almaya calışıyorum.
CHARACTER SET yanlış olduğundan içeri alamıyorum. Bu excel formattını alabilmek için manuel .txt formatına çevirmiştim, ama pek yararı olmadı sanıyorum. O nedenle excel dosyasını hangi character set ile almam gerekir.
aldığım hata;
SQL*Loader-3127: WARNING: AL16UTF16 (which is big endian UTF16) specified as the
character set, but the datafile is little endian. Processing the datafile
….. test.txt as little endian UTF16.
SQL*Loader-510: Physical record in data file (….. test.txt) is longer than the maximum(1048576)
SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
SQL*Loader-266: Unable to locate character set handle for UTF.
sorunumu
yaparak çözdüm.