Hi Gurus, I tried all tricks but still no luck.
I am trying to do an insert in Oracle database, through Perl DBI. My data contains multibyte character(utf8). The insert goes fine but the inserted data loose the control chars. Specially if the data contains multibyte stuffs, then only one byte is getting inserted. Is there any way to make DBI compatible with this or should I set anything in Perl before doing this? Please help. Thanks, Nilanjan
