Oracle Error ORA-22065: number to text translation for the given format causes overflow

Oracle Error Message

ORA-22065: number to text translation for the given format causes overflow

Reason for the Error

Rounding done due to the given string format causes overflow.

Solution

Change the string format such that overflow does not occur.