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!

base64(PDF) to blob - Decode limitations

3832583Nov 14 2018 — edited Nov 15 2018

Hi,

I have a large base64 string which I am trying to decode into a blob to send with apex_mail.

I cannot seem to figure out how to get around the 32kb limitation on the utl_encode.base64_decode function.

I have searched the web and found people using loops, but none have been successfully for me. My output is always the same size.

Has anyone been able to get around this limitation?

Comments
Post Details
Added on Nov 14 2018
17 comments
4,899 views