Question : I am importing a csv file into an Oracle database using an external table. The file encoding is […]
Tag: nls
What’s the most appropriate NLS_SORT parameter to cover all/most European languages?
Question : I’m developing an Oracle 11g-based application which is likely to be used by clients in many different countries […]
Specify NLS-Settings during Oracle installation under Windows
Question : Is there an easy way to specify NLS parameters for the database during the installation? We want to […]
ORA-12899 when inserting from sqlplus, but ok with jdbc
Question : Inserting ‘ééééé’ into a column defined as varchar(5) runs fine from squirrel sql client (jdbc). But doing the […]
MySQL Duplicate entry for a greek word
Question : I have a column which is unique and when I add Αγάθη and Αγαθή (which are different) it […]