Hi Lars,
The functions do exist, but maybe just not externally supported. I found them on another SCN post. You can try this:
select base64_decode('dGVzdGluZw==') from DUMMY;Both functions seem to operate on varchar input. The problem I'm having is in storing the result as a blob, and then subsequently querying and re-encoding the blob to verify the results. Just wondering if anyone has gotten this to work?
Thanks,
Charles