Inserting Khmer Language through Insert statement in Oracle 10g
I have access to Oracle Database 10g Enterprise Edition Release 10.2.0.5.0.
I have some data in an excel file which are in Khmer Language and those are to be loaded into a custom table. When I do that using simple insert statements the values that have Khmer characters in them are ending up coming with some squares and the original Khmer values are lost.
I am using the Oracle SQL Developer Tool Version 3.1.07 for this exercise.
Can you please help me how to do the insert in the correct way so that the Khmer fonts are visible to me in the DB level and also when I query on Oracle SQL Developer Tool.
I have some data in an excel file which are in Khmer Language and those are to be loaded into a custom table. When I do that using simple insert statements the values that have Khmer characters in them are ending up coming with some squares and the original Khmer values are lost.
I am using the Oracle SQL Developer Tool Version 3.1.07 for this exercise.
Can you please help me how to do the insert in the correct way so that the Khmer fonts are visible to me in the DB level and also when I query on Oracle SQL Developer Tool.
0