I created my database as shown below and now i can able to insert any language string to database through jdbc.CREATE DATABASE sample WITH ENCODING 'UTF8' TABLESPACE sampledb TEMPLATE=template0;Thanks,Preethi