max characters UTL_SMTP.write_data() can handle
622443Mar 4 2008 — edited Sep 9 2010Hi,
I have a procedure that sends mail using utl_smtp. Am getting the following error (exception) with utl_smtp.write_data() when the data size is huge:
ORA-06502: PL/SQL: numeric or value error
Can anybody let me know whats the max characters write_data() can send and what can be the max size of mail body.
How can i resolve the above error.
Any help is greatly appreciated.