imranrazakhan
Member
hi,
i have insert data in oracle like following
insert into test(name) values('\u062c\u0627\u0648\u06cc\u062f\u0020\u0645');
What i want now is that when i query from PLSQL Developer it shows me unicode in Arabic.
My PLSQL Version is 7.1.5.1398.
Second i want that when i export query result to CSV it should shows Arabic character. Currently its showing output like following
\u062c\u0627\u0648\u06cc\u062f\u0020\u0645
Regards,
imran
i have insert data in oracle like following
insert into test(name) values('\u062c\u0627\u0648\u06cc\u062f\u0020\u0645');
What i want now is that when i query from PLSQL Developer it shows me unicode in Arabic.
My PLSQL Version is 7.1.5.1398.
Second i want that when i export query result to CSV it should shows Arabic character. Currently its showing output like following
\u062c\u0627\u0648\u06cc\u062f\u0020\u0645
Regards,
imran