For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi All
Kindly, is there is any way to convert numbers to Arabic words, currently, I am using this to convert to English words
SELECT UPPER(TO_CHAR(TO_DATE(5345340.23,'J'),'Jsp')) AS new_value
FROM dual;
Thanks ...