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