March 21st, 2006 By mark.hayen
How to encode a blob stored in the database to base64?
Filed under PL/SQL, Question. Follow any responses to this entry through this RSS 2.0 feed.
You can use the UTL_ENCODE.Base64_Encode and UTL_ENCODE.Base64_Decode functions.
You must be logged in to post a comment.
April 20th, 2006 at 2:49 am
You can use the UTL_ENCODE.Base64_Encode and UTL_ENCODE.Base64_Decode functions.