Skip to Main Content

SQL & PL/SQL

Announcement

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!

Convert numbers to Arabic word

Mohammad ShaddadJun 9 2020 — edited Jun 9 2020

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 ...

This post has been answered by Solomon Yakobson on Jun 9 2020
Jump to Answer
Comments
Post Details
Added on Jun 9 2020
4 comments
2,258 views