Hello,
I am getting an error when I try to attach a file of more than 10 MB using apex_mail package.
Error Stack: ORA-20023: El anexo de tamaño 24 MB excede el tamaño de anexo máximo de 10 MB.
ORA-06512: en "APEX_200200.WWV_FLOW_MAIL_ATTACHMENTS_T1", línea 19
ORA-04088: error durante la ejecución del disparador 'APEX_200200.WWV_FLOW_MAIL_ATTACHMENTS_T1'
ORA-06512: en "APEX_200200.WWV_FLOW_MAIL", línea 1756
ORA-06512: en "APEX_200200.WWV_FLOW_MAIL_API", línea 244
Is there a way to increase this limit ?
I am using Apex Service on Autonomous database.
Thanks.