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!

Saving base64 into blob

Ibrahim KobeissyFeb 2 2018 — edited Feb 4 2018

Hello,

i'm trying to save a really big base64 string into a blob column,

i tried the following

to_blob(utl_raw.cast_to_raw(...

but i'm getting an error due to the fact that cast_to_raw has a VARCHAR2 IN param and i can really send large base64 string

i need to save large images received as base64

can anyone guide me through how i can store large images encoded as base64 my images could go up to 15 MB

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2018
Added on Feb 2 2018
18 comments
17,468 views