Is there a way to convert a BLOB to RAW? I looked at UTL_RAW package in Oracle but could not find a way to convert BLOB to RAW. My goal is after the conversion, I want to encode the RAW into its BASE64 form thru the UTL_ENCODE.BASE64_ENCODE function. This function only takes RAW.
Asked
Active
Viewed 142 times