EBS - Oracle: Convert query output value to Japanese and send as output
Hi All, We have a requirement to generate Label in Japanese. Is there any way so that in PLSQL, we can convert query outputs in Japanese and send the translated value as concurrent program output. I tried alter session set nls_language = 'JAPANESE'; But, after this in case of any error, it is displaying the error as 'ORA-00922: ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿'. Thanks & Regards.