UTL_MAIL with larger file size and multiple .csv file attachments
Oracle Database All Versions PL/SQL Package UTL_MAIL.
Currently i am using UTL_MAIL.SEND_ATTACH_VARCHAR2 to send attachments but there is a size limitation of 32767 chars per file. Is it possible to increase the size of this parameter by which i mean changing the parameter to a CLOB parameter so that it can accommodate more values like UTL_MAIL.SEND_ATTACH_CLOB procedure.
I asked this question in Ask Tom Chris answered by saying to open a Enhancement request @ support.oracle.com . I don't know where to open a Enhancement Request @ support.oracle.com. Can you please send me the link for Enhancement Request ?